This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Use weaveworks/flux-get-started repo in docs #1527
Merged
Merged
Conversation
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
- remove helm-op git flags - fix typos - set example repo to weaveworks/flux-get-started - use the same git URL format everywhere
- remove GKE node constraint since it doesn't apply anymore
- remove GKE node constraint since it doesn't apply anymore
squaremo
reviewed
Nov 19, 2018
@@ -78,7 +75,7 @@ weaveworks/flux | |||
|
|||
```sh | |||
$ helm install --name flux \ | |||
--set git.url=ssh://[email protected]/weaveworks/flux-helm-test \ | |||
--set [email protected]:weaveworks/flux-get-started \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it clear that this is a non-working example? Using the weaveworks/ repo will fail, since it won't be writable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a note at the top
- fix typos - add back the git timeout and poll interval
squaremo
reviewed
Nov 19, 2018
squaremo
reviewed
Nov 19, 2018
squaremo
reviewed
Nov 19, 2018
squaremo
approved these changes
Nov 19, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go after those suggestions I accidentally made as "Single Comment"s are dealt with :-)
Co-Authored-By: stefanprodan <[email protected]>
This was referenced Nov 22, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix #1360 #1528