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 75dea9c commit 5ff86e0Copy full SHA for 5ff86e0
deployment/templates/gitlab-secret.yaml
@@ -12,4 +12,5 @@ stringData:
12
GITLAB_PERSONAL_ACCESS_TOKEN: "{{ .Values.gitLabPersonalAccessToken }}"
13
ENGAGEMENTS_REPOSITORY_ID: "{{ .Values.engagementsRepositoryId }}"
14
WEBHOOK_FILE: "{{ .Values.config.hookFile.path }}/{{ .Values.config.hookFile.name }}"
15
-{{- end }}
+ CONFIG_GITLAB_REF: "{{ .Values.gitlabRef }}"
16
+{{- end }}
deployment/values.yaml
@@ -3,4 +3,6 @@ name: omp-git-api
3
servicePort: 8080
4
5
imageName: "quay.io/rht-labs/omp-git-api"
6
-imageTag: "latest" # This is intended to be overridden by the parent Helm chart.
+imageTag: "latest" # This is intended to be overridden by the parent Helm chart.
7
+
8
+gitlabRef: "master"
0 commit comments