-
Notifications
You must be signed in to change notification settings - Fork 5
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
Remove imagepullsecret after open sourcing #31
Conversation
Some users will mirror the image on a private repo though. |
That's a good use case. Then can we add that appropriate comment for the field? Something like "registry credentials if pulling from your private repository" ? |
We should introduce |
@eddycharly Love it! Let's open a new issue for it and address it separately. We can go ahead with removing this IMO. |
Yeah, this is trivial to add. |
Co-authored-by: Charles-Edouard Brétéché <[email protected]>
@@ -8,29 +8,12 @@ You’ll need an [EKS](https://aws.amazon.com/eks/) cluster to run against. | |||
|
|||
### Running on the EKS cluster | |||
1. Make sure that you have configured an [IAM role for the service account](#IAM-Role-for-Service-Account) `kyverno-aws-adapter-sa` in your desired namespace (configured in `values.yaml`) and specified the role's ARN in the `roleArn` field inside `values.yaml` file. |
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.
specified the role's ARN in the
roleArn
field insidevalues.yaml
file.
Where do I get this values.yaml
file from? 🤔
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.
Yes. The documentation needs to be changed. To specify the roleArn at helm install time.
I think we can close this PR in favor of #33 |
Closing this PR in favour of #33 |
Since the repo is open source, we don't need imagepull secrets.
Fixes #30