-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #92 from Yelp/u/wilmerrafael/CLUSTERMAN-1884_updat…
…ing-controller-runtime Upgrading ooperator-controller to the matching version for the new pe…
- Loading branch information
Showing
3 changed files
with
450 additions
and
411 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
# paasta-tools-go | ||
Go library for interacting with [PaaSTA](https://github.com/Yelp/paasta) | ||
|
||
# Troubleshooting | ||
### How to clone | ||
The project must be clonned via `https` as it is required to perform SSO, this means no push via ssh would work. | ||
|
||
### Private libraries | ||
You may need to export the following env variable | ||
|
||
export GOPRIVATE=*github.yelpcorp.com | ||
|
||
otherwise doing `go mod tidy` will have problems finding the monk library. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.