Skip to content

Commit 32b5eaa

Browse files
committed
added gitlab token to secret
1 parent 4f01065 commit 32b5eaa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.s2i/environment

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
LODESTAR_ACTIVITY_GIT_COMMIT=###GIT_COMMIT###
1+
LODESTAR_ARTIFACTS_GIT_COMMIT=###GIT_COMMIT###

deployment/templates/secret.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ stringData:
1212
MONGODB_DATABASE: "{{ .Values.db.mongodbDatabase }}"
1313
MONGODB_ADMIN_PASSWORD: "{{ .Values.db.mongodbAdminPassword }}"
1414
GROUP_PARENT_ID: "{{ .Values.config.gitlabGroupId }}"
15+
GITLAB_TOKEN: "{{ .Values.tokens.gitlab }}"
1516
{{- end }}

0 commit comments

Comments
 (0)