File tree Expand file tree Collapse file tree 1 file changed +3
-21
lines changed Expand file tree Collapse file tree 1 file changed +3
-21
lines changed Original file line number Diff line number Diff line change 27
27
deploymentconfig : {{ .Values.name }}
28
28
spec :
29
29
containers :
30
- - env :
31
- - name : GITLAB_PERSONAL_ACCESS_TOKEN
32
- valueFrom :
33
- secretKeyRef :
34
- name : omp-gitlab-configuration
35
- key : GITLAB_PERSONAL_ACCESS_TOKEN
36
- - name : TEMPLATE_REPOSITORY_ID
37
- valueFrom :
38
- secretKeyRef :
39
- name : omp-gitlab-configuration
40
- key : TEMPLATE_REPOSITORY_ID
41
- - name : RESIDENCIES_PARENT_REPOSITORIES_ID
42
- valueFrom :
43
- secretKeyRef :
44
- name : omp-gitlab-configuration
45
- key : RESIDENCIES_PARENT_REPOSITORIES_ID
46
- - name : GITLAB_API_URL
47
- valueFrom :
48
- secretKeyRef :
49
- name : omp-gitlab-configuration
50
- key : GITLAB_API_URL
30
+ - envFrom :
31
+ - secretRef :
32
+ name : omp-gitlab-configuration
51
33
image : " {{ .Values.imageName }}:{{ .Values.imageTag }}"
52
34
imagePullPolicy : Always
53
35
name : {{ .Values.name }}
You can’t perform that action at this time.
0 commit comments