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 }}