File tree Expand file tree Collapse file tree
deployments/charts/atp3-python-runner/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,5 @@ kind: ConfigMap
33metadata :
44 name : {{ include "atp3-python-runner.fullname" . }}-cm
55data :
6- atpEnvgeneConfiguration : |
7- {{ toJson .Values.ATP_ENVGENE_CONFIGURATION | nindent 4 }}
86 testParams : |
97 {{ toJson .Values.TEST_PARAMS | nindent 4 }}
Original file line number Diff line number Diff line change 6969 value : " {{ .Values.MONITORING_ENABLED }}"
7070 - name : ATP_ENVGENE_CONFIGURATION
7171 valueFrom :
72- configMapKeyRef :
73- name : {{ include "atp3-python-runner.fullname" . }}-cm
72+ secretKeyRef :
73+ name : {{ include "atp3-python-runner.fullname" . }}-secret
7474 key : atpEnvgeneConfiguration
7575 - name : TEST_PARAMS
7676 valueFrom :
Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ type: Opaque
66data :
77 atpTestsGitToken : {{ default "" .Values.ATP_TESTS_GIT_TOKEN | b64enc }}
88 atpStorageUsername : {{ default "" .Values.ATP_STORAGE_USERNAME | b64enc }}
9- atpStoragePassword : {{ default "" .Values.ATP_STORAGE_PASSWORD | b64enc }}
9+ atpStoragePassword : {{ default "" .Values.ATP_STORAGE_PASSWORD | b64enc }}
10+ atpEnvgeneConfiguration : {{ toJson .Values.ATP_ENVGENE_CONFIGURATION | b64enc }}
You can’t perform that action at this time.
0 commit comments