From f7a46c7b48cc589dc794d440c39afa63b933b89e Mon Sep 17 00:00:00 2001 From: Jared Davis Date: Mon, 19 Jan 2026 10:53:19 -0500 Subject: [PATCH] fix: remove errant hyphen from volume mounts key this typo changes the yaml parsing from a key to a new (invalid) list item. remove it --- charts/postgrest/Chart.yaml | 2 +- charts/postgrest/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/postgrest/Chart.yaml b/charts/postgrest/Chart.yaml index 21932d3..fde93f0 100644 --- a/charts/postgrest/Chart.yaml +++ b/charts/postgrest/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: postgrest icon: https://docs.postgrest.org/en/v14/_images/postgrest.png -version: 0.2.4 +version: 0.2.5 maintainers: - name: jared-prime email: jared.davis@pelo.tech diff --git a/charts/postgrest/templates/deployment.yaml b/charts/postgrest/templates/deployment.yaml index 6803615..3a7c5d4 100644 --- a/charts/postgrest/templates/deployment.yaml +++ b/charts/postgrest/templates/deployment.yaml @@ -47,7 +47,7 @@ spec: - /bin/sh - -c - curl --location {{ .Values.application.jwk.public | quote }} > /etc/opt/postgrest/certificates/jwk.json - - volumeMounts: + volumeMounts: - mountPath: /etc/opt/postgrest/certificates name: certificates {{ end }}