Skip to content

Commit

Permalink
disable default mysql persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gilber committed Nov 9, 2023
1 parent a348745 commit 5321dbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Helm Install
run: |
cd "${{ env.CHART_PATH }}"
helm install ${{ matrix.chart }} . --wait --timeout 30s
helm install ${{ matrix.chart }} . --wait --timeout 5m0s
# helm-dry-run-openshift:
# runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions charts/demoapp-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,6 @@ mysql:
username: ""
password: ""
existingSecret: ""
primary:
persistence:
enabled: false

0 comments on commit 5321dbe

Please sign in to comment.