We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Can we parameterize imagePullSecrets for https://github.com/weaveworks/flagger/blob/master/charts/flagger/templates/deployment.yaml#L40 something like below so I can use your helm chart to deploy flagger from a private repository?
https://github.com/weaveworks/flagger/blob/master/charts/flagger/values.yaml
image: repository: weaveworks/flagger tag: 0.18.1 pullPolicy: IfNotPresent pullSecret:
https://github.com/weaveworks/flagger/blob/master/charts/flagger/templates/deployment.yaml
... {{- if .Values.image.pullSecret }} imagePullSecrets: - name: {{ .Values.image.pullSecret }} {{- end }} ...
Thanks.
The text was updated successfully, but these errors were encountered:
Sure, do you want to make a PR for this?
Thanks
Sorry, something went wrong.
Sure, I think I don't have a write permission to this repo. Could you give it to me?
You don't need write permission to make a PR. Fork the Flagger repo, create a branch in your clone and submit your changes as a pull request.
@cmoonExpedia https://help.github.com/en/articles/creating-a-pull-request-from-a-fork
Successfully merging a pull request may close this issue.
Hi,
Can we parameterize imagePullSecrets for https://github.com/weaveworks/flagger/blob/master/charts/flagger/templates/deployment.yaml#L40 something like below so I can use your helm chart to deploy flagger from a private repository?
https://github.com/weaveworks/flagger/blob/master/charts/flagger/values.yaml
https://github.com/weaveworks/flagger/blob/master/charts/flagger/templates/deployment.yaml
Thanks.
The text was updated successfully, but these errors were encountered: