diff --git a/helm-chart/eoapi/Chart.yaml b/helm-chart/eoapi/Chart.yaml index dbd48fa7..2e32c12a 100644 --- a/helm-chart/eoapi/Chart.yaml +++ b/helm-chart/eoapi/Chart.yaml @@ -15,7 +15,7 @@ kubeVersion: ">=1.23.0-0" # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: "0.5.0" +version: "0.5.2" # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/helm-chart/eoapi/templates/services/deployment.yaml b/helm-chart/eoapi/templates/services/deployment.yaml index 6deba2bb..c74e0bb0 100644 --- a/helm-chart/eoapi/templates/services/deployment.yaml +++ b/helm-chart/eoapi/templates/services/deployment.yaml @@ -65,6 +65,12 @@ spec: - secretRef: name: pgstac-secrets-{{ $.Release.Name }} {{- end }} + {{- if index $v "settings" "envSecrets" }} + {{- range $secret := index $v "settings" "envSecrets" }} + - secretRef: + name: {{ $secret }} + {{- end }} + {{- end }} --- {{/* END: if index $v "enabled" */}} {{- end }}