We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f01065 commit 32b5eaaCopy full SHA for 32b5eaa
.s2i/environment
@@ -1 +1 @@
1
-LODESTAR_ACTIVITY_GIT_COMMIT=###GIT_COMMIT###
+LODESTAR_ARTIFACTS_GIT_COMMIT=###GIT_COMMIT###
deployment/templates/secret.yaml
@@ -12,4 +12,5 @@ stringData:
12
MONGODB_DATABASE: "{{ .Values.db.mongodbDatabase }}"
13
MONGODB_ADMIN_PASSWORD: "{{ .Values.db.mongodbAdminPassword }}"
14
GROUP_PARENT_ID: "{{ .Values.config.gitlabGroupId }}"
15
+ GITLAB_TOKEN: "{{ .Values.tokens.gitlab }}"
16
{{- end }}
0 commit comments