-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add support for imagePullSecrets into helm chart #47
Conversation
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 don't think it is worth to set particular cred into global chart values
I've got inspired by https://github.com/k8gb-io/k8gb/blob/master/chart/k8gb/templates/service_account.yaml here :) |
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, my bad.
Was confused by initial comment. I had an impression you going to put regcred into values.yaml
LGTM
Add support for imagePullSecrets into terraform-controller helm chart: ```yaml # values.yaml: global: imagePullSecrets: # list of image pull secrets alike to specified in a pod or service account spec - name: regred ``` Signed-off-by: Timofey Ilinykh <timofey.ilinykh@absa.africa>
Signed-off-by: Timofey Ilinykh <timofey.ilinykh@absa.africa>
Signed-off-by: Timofey Ilinykh <timofey.ilinykh@absa.africa>
3637e46
to
1b61a68
Compare
Add support for imagePullSecrets into terraform-controller helm chart.
The example settings in custom values.yaml might look like:
Signed-off-by: Timofey Ilinykh timofey.ilinykh@absa.africa