diff --git a/etc/helm/templates/cron_deployment.yaml b/etc/helm/templates/cron_deployment.yaml index a718698..64e05bc 100644 --- a/etc/helm/templates/cron_deployment.yaml +++ b/etc/helm/templates/cron_deployment.yaml @@ -28,7 +28,7 @@ spec: - name: PGSTRING valueFrom: secretKeyRef: - name: {{ .Values.name }} + name: {{ .Values.name }}-upgrade key: PGCONN command: - bash diff --git a/etc/helm/templates/deployment.yaml b/etc/helm/templates/deployment.yaml index 1040729..7a0fcbe 100644 --- a/etc/helm/templates/deployment.yaml +++ b/etc/helm/templates/deployment.yaml @@ -28,7 +28,7 @@ spec: - name: PGSTRING valueFrom: secretKeyRef: - name: {{ .Values.name }} + name: {{ .Values.name }}-upgrade key: PGCONN readinessProbe: httpGet: diff --git a/etc/helm/templates/hoogle_deployment.yaml b/etc/helm/templates/hoogle_deployment.yaml index f4ce220..89cd780 100644 --- a/etc/helm/templates/hoogle_deployment.yaml +++ b/etc/helm/templates/hoogle_deployment.yaml @@ -28,7 +28,7 @@ spec: - name: PGSTRING valueFrom: secretKeyRef: - name: {{ .Values.name }} + name: {{ .Values.name }}-upgrade key: PGCONN readinessProbe: httpGet: