File tree Expand file tree Collapse file tree
marketplace-api/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7474 resources :
7575 {{- toYaml .Values.resources | nindent 12 }}
7676 env :
77- {{- if and (include "settings.objstoreSecretName" .) (eq $infra.objstore.provider "gcs" ) }}
77+ {{- if (include "settings.objstoreSecretName" .) }}
7878 - name : GOOGLE_APPLICATION_CREDENTIALS
7979 value : {{ $infra.objstore.mountPath }}/sa.json
8080 {{- end }}
Original file line number Diff line number Diff line change 4444 resources :
4545 {{- toYaml .Values.resources | nindent 16 }}
4646 env :
47- {{- if and (include "settings.objstoreSecretName" .) (eq $infra.objstore.provider "gcs" ) }}
47+ {{- if (include "settings.objstoreSecretName" .) }}
4848 - name : GOOGLE_APPLICATION_CREDENTIALS
4949 value : {{ $infra.objstore.mountPath }}/sa.json
5050 {{- end }}
Original file line number Diff line number Diff line change 6565 fieldRef :
6666 apiVersion : v1
6767 fieldPath : metadata.name
68- {{- if and (include "settings.objstoreSecretName" .) (eq $infra.objstore.provider "gcs" ) }}
68+ {{- if (include "settings.objstoreSecretName" .) }}
6969 - name : GOOGLE_APPLICATION_CREDENTIALS
7070 value : {{ $infra.objstore.mountPath }}/sa.json
7171 {{- end }}
Original file line number Diff line number Diff line change 6565 fieldRef :
6666 apiVersion : v1
6767 fieldPath : metadata.name
68- {{- if and (include "settings.objstoreSecretName" .) (eq $infra.objstore.provider "gcs" ) }}
68+ {{- if (include "settings.objstoreSecretName" .) }}
6969 - name : GOOGLE_APPLICATION_CREDENTIALS
7070 value : {{ $infra.objstore.mountPath }}/sa.json
7171 {{- end }}
Original file line number Diff line number Diff line change 6868 {{- with .Values.env }}
6969 {{- toYaml . | nindent 12 }}
7070 {{- end }}
71- {{- if and (include "settings.objstoreSecretName" .) (eq $infra.objstore.provider "gcs" ) }}
71+ {{- if (include "settings.objstoreSecretName" .) }}
7272 - name : GOOGLE_APPLICATION_CREDENTIALS
7373 value : {{ $infra.objstore.mountPath }}/sa.json
7474 {{- end }}
Original file line number Diff line number Diff line change 8989 valueFrom :
9090 fieldRef :
9191 fieldPath : metadata.namespace
92- {{- if and (include "settings.objstoreSecretName" .) (eq $infra.objstore.provider "gcs" ) }}
92+ {{- if (include "settings.objstoreSecretName" .) }}
9393 - name : GOOGLE_APPLICATION_CREDENTIALS
9494 value : {{ $infra.objstore.mountPath }}/sa.json
9595 {{- end }}
You can’t perform that action at this time.
0 commit comments