diff --git a/ops/chart/values.yaml b/ops/chart/values.yaml index d8ddfee..c5f2aef 100644 --- a/ops/chart/values.yaml +++ b/ops/chart/values.yaml @@ -28,7 +28,7 @@ controllers: DATABASE_URL: valueFrom: secretKeyRef: - name: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}-pg-app' + name: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}-cluster-pg-app' key: uri containers: main: @@ -68,7 +68,7 @@ controllers: DATABASE_URL: valueFrom: secretKeyRef: - name: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}-pg-app' + name: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}-cluster-pg-app' key: uri probes: liveness: