You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Secret containing my GitLab API token and webhook token. I’d like to be able to use that instead of specifying them in plaintext when installing the chart, so I added them as env variables:
GCPE_WEBHOOK_SECRET_TOKEN: {{ required "webhook secret token must be set" .Values.config.server.webhook.secret_token | b64enc }}
{{- end }}
{{- end }}
{{- end }}
I’d like to be able to point at my Secret instead.
(Incidentally, I’m trying to get to the point where I can test whether mvisonneau/gitlab-ci-pipelines-exporter#280 is resolved… it’s been a really long road, for many reasons, and I apologize for the silence.)
The text was updated successfully, but these errors were encountered:
shivjm
changed the title
Allow specifying name of existing Secret containing tokens
gitlab-ci-pipelines-exporter: Allow specifying name of existing Secret containing tokens
Sep 24, 2021
I have a
Secret
containing my GitLab API token and webhook token. I’d like to be able to use that instead of specifying them in plaintext when installing the chart, so I added them as env variables:Unfortunately, the chart unconditionally expects them to be provided as plaintext parameters:
helm-charts/charts/gitlab-ci-pipelines-exporter/templates/secret.yaml
Lines 14 to 18 in 095facc
helm-charts/charts/gitlab-ci-pipelines-exporter/templates/secret.yaml
Lines 24 to 30 in 095facc
I’d like to be able to point at my
Secret
instead.(Incidentally, I’m trying to get to the point where I can test whether mvisonneau/gitlab-ci-pipelines-exporter#280 is resolved… it’s been a really long road, for many reasons, and I apologize for the silence.)
The text was updated successfully, but these errors were encountered: