Skip to content

Commit

Permalink
[bc] Fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
Denan Musinovic committed May 30, 2024
1 parent 5457553 commit 96332db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: true

3 changes: 1 addition & 2 deletions charts/brokencrystals/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 96332db

Please sign in to comment.