diff --git a/.github/uffizzi/k8s/manifests/pg-deploy.yaml b/.github/uffizzi/k8s/manifests/pg-deploy.yaml index 4f49b309ca..a72b6b8c83 100644 --- a/.github/uffizzi/k8s/manifests/pg-deploy.yaml +++ b/.github/uffizzi/k8s/manifests/pg-deploy.yaml @@ -21,7 +21,7 @@ spec: - containerPort: 5432 env: - name: PGDATA - value: "/data/pgdata" + value: '/data/pgdata' envFrom: - secretRef: name: postgres-secrets