From cb5787edec94ad87b666180230266ae9e7387f4f Mon Sep 17 00:00:00 2001 From: Adam Vollrath Date: Wed, 13 Dec 2023 09:30:49 -0600 Subject: [PATCH] Conform to YAML style conventions. Signed-off-by: Adam Vollrath --- .github/uffizzi/k8s/manifests/pg-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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