-
Notifications
You must be signed in to change notification settings - Fork 97
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
Issue 280 #282
Issue 280 #282
Conversation
baa7123
to
263e4ba
Compare
Thanks @JuHyung-Son ! Can you please resolve conflicts? |
i just did it thanks |
@AlexsJones would you review this? |
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.
Sorry for the delay @JuHyung-Son please make pullsecrets optional - we could have it as a single example in the README also e.g.
<details>
<summary>Pull secrets</summary>
...
</details>
README.md
Outdated
@@ -50,6 +50,8 @@ spec: | |||
noCache: false | |||
repository: ghcr.io/k8sgpt-ai/k8sgpt | |||
version: v0.3.8 | |||
imagePullSecrets: |
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.
Not everyone will use pull secrets, even if they do can you put a more generic secret name e.g. mysecret
? we only need an example of this in the full example of the k8sgpt
CR
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.
you are right. i add k8sgpt configuration option
d9dec62
to
8b38b55
Compare
Signed-off-by: JuHyung-Son <[email protected]>
Signed-off-by: JuHyung-Son <[email protected]>
Signed-off-by: JuHyung-Son <[email protected]>
Signed-off-by: JuHyung-Son <[email protected]>
Signed-off-by: JuHyung-Son <[email protected]>
8b38b55
to
595d972
Compare
@AlexsJones i resolved DCO |
Closes #280
π Description
add imagePullSecrets to k8sgpt spec.
if given, imagePullSecrets will be added to
k8sgpt
serviceaccountsβ Checks
βΉ Additional Information
i couldn't test it on my local environment. please test it works well. i will ask how to set local dev environment in slack.