mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
Temporary switch to new k8s secrets name
This is needed to we can easily migrate to the new db with the recent pantry changes. If something goes wrong we can simply revert to the old secret (and hence the old db). Once the upgrade is done (and verified) we can update the old secret and update the name in this commit (back to it's original name)
This commit is contained in:
parent
3a97473118
commit
d2ee4f0f13
@ -28,7 +28,7 @@ spec:
|
||||
- name: PGSTRING
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: {{ .Values.name }}
|
||||
name: {{ .Values.name }}-upgrade
|
||||
key: PGCONN
|
||||
command:
|
||||
- bash
|
||||
|
||||
@ -28,7 +28,7 @@ spec:
|
||||
- name: PGSTRING
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: {{ .Values.name }}
|
||||
name: {{ .Values.name }}-upgrade
|
||||
key: PGCONN
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
|
||||
@ -28,7 +28,7 @@ spec:
|
||||
- name: PGSTRING
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: {{ .Values.name }}
|
||||
name: {{ .Values.name }}-upgrade
|
||||
key: PGCONN
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user