-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(applicationset): explain how to add repo credentials #20453
Conversation
…ntials for git generator Signed-off-by: Rune Antonsen <[email protected]>
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
@@ -443,3 +443,9 @@ stringData: | |||
``` | |||
|
|||
After saving, please restart the ApplicationSet pod for the changes to take effect. | |||
|
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 did add a section regarding this in the project section (for some reason it's not being displayed in the stable
release 🤔), although it probably makes sense to have this in the Git generator section as well...
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.
Ah, look at that :)
Not sure where it should actually belong, i kinda find it weird to have under "project", since the applicationset can't belong to a project anyway.
For me it belongs under Generators-git, since that's where it will be used. But perhaps a mention directly on Applicationset is good too.
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'm happy either way, I just wanted to write it down somewhere so people knew how it worked.
Up to you 👍
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.
This makes sense to me 😄
Co-authored-by: Blake Pettersson <[email protected]> Signed-off-by: Rune Antonsen <[email protected]>
Co-authored-by: Blake Pettersson <[email protected]> Signed-off-by: Rune Antonsen <[email protected]>
Co-authored-by: Blake Pettersson <[email protected]> Signed-off-by: Rune Antonsen <[email protected]>
Co-authored-by: Blake Pettersson <[email protected]> Signed-off-by: Rune Antonsen <[email protected]>
Thanks Rune! |
…0453) * docs(applicationset): add section explaining how to set up repo credentials for git generator Signed-off-by: Rune Antonsen <[email protected]> * Update docs/operator-manual/applicationset/Generators-Git.md Co-authored-by: Blake Pettersson <[email protected]> Signed-off-by: Rune Antonsen <[email protected]> * Update docs/operator-manual/applicationset/Generators-Git.md Co-authored-by: Blake Pettersson <[email protected]> Signed-off-by: Rune Antonsen <[email protected]> * Update docs/operator-manual/applicationset/Generators-Git.md Co-authored-by: Blake Pettersson <[email protected]> Signed-off-by: Rune Antonsen <[email protected]> * Update docs/operator-manual/applicationset/Generators-Git.md Co-authored-by: Blake Pettersson <[email protected]> Signed-off-by: Rune Antonsen <[email protected]> --------- Signed-off-by: Rune Antonsen <[email protected]> Co-authored-by: Blake Pettersson <[email protected]> Signed-off-by: Adrian Aneci <[email protected]>
Found it a bit confusing how to add repository credentials for ApplicationSets.
Had a talk on slack with Michael Crenshaw about it and got some clarification about it, so I wanted to contribute to the docs incase others also was in the same position as myself wondering how this actually worked.
Checklist: