File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ kubeVersion: ">=1.23.0-0"
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : " 0.5.3-azure-test-15 "
18+ version : " 0.5.3-azure-test-16 "
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -45,11 +45,12 @@ spec:
4545 value : {{ .Values.pgstacBootstrap.settings.envVars.LOAD_FIXTURES | quote }}
4646 - name : KEEP_ALIVE
4747 value : {{ .Values.pgstacBootstrap.settings.envVars.KEEP_ALIVE | quote }}
48- {{ include "eoapi.pgstacSecrets" . | nindent 12 }}
4948 {{- if $.Values.azure.aksSecretsProviderAvailable }}
5049 envFrom :
5150 - secretRef :
5251 name : pgstac-secrets-{{ $.Release.Name }}
52+ {{- else}}
53+ {{ include "eoapi.pgstacSecrets" . | nindent 12 }}
5354 {{- end }}
5455 volumes :
5556 - name : initdb-sql-volume-{{ $.Release.Name }}
You can’t perform that action at this time.
0 commit comments