Skip to content

Commit

Permalink
fix: disable mysql data deletion when helm del
Browse files Browse the repository at this point in the history
  • Loading branch information
billmetangmo committed Jun 26, 2024
1 parent 70b3f4c commit da89664
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/templates/pvc-easyappointments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ metadata:
name: pvc-easyappointments
labels:
chart: "{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}"
annotations:
"helm.sh/resource-policy": keep
spec:
accessModes:
- ReadWriteOnce
Expand Down

0 comments on commit da89664

Please sign in to comment.