diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49928c93..210a0908 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,4 +38,4 @@ jobs: env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" CR_SKIP_EXISTING: true - \ No newline at end of file + \ No newline at end of file diff --git a/charts/brokencrystals/templates/deployment.yaml b/charts/brokencrystals/templates/deployment.yaml index 23dd327a..4d687ee2 100644 --- a/charts/brokencrystals/templates/deployment.yaml +++ b/charts/brokencrystals/templates/deployment.yaml @@ -1,4 +1,3 @@ - apiVersion: apps/v1 kind: Deployment metadata: @@ -51,7 +50,7 @@ spec: - name: {{ include "brokencrystals.fullname" . }}-postgres mountPath: /docker-entrypoint-initdb.d/pg.sql subPath: pg.sql - readOnly: true + readOnly: true - name: keycloak-postgres image: postgres:12.2-alpine