Skip to content
Snippets Groups Projects
Commit 29f6f1b3 authored by Javion Cai's avatar Javion Cai
Browse files

Update file deployment.yaml

parent d6c8e7ae
No related branches found
No related tags found
1 merge request!413Adds new preRegistrationScript to run commands before the registration happens
......@@ -114,6 +114,7 @@ spec:
- secret:
name: {{ include "gitlab-runner.cache.secret" . }}
{{- end }}
{{- if or .Values.runnerRegistrationToken .Values.runnerToken -}}
- secret:
name: {{ include "gitlab-runner.secret" . }}
items:
......@@ -121,6 +122,7 @@ spec:
path: runner-registration-token
- key: runner-token
path: runner-token
{{- end }}
{{- range .Values.secrets }}
- secret:
{{ toYaml . | indent 16 }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment