Skip to content

Commit

Permalink
chore: keep pvc when uninstall helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
domechn committed Jul 30, 2021
1 parent f80dbfb commit 1ba38ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/tellery/templates/pvc-connector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ metadata:
app: {{ include "tellery.fullname" . }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}"
release: {{ .Release.Name }}
annotations:
helm.sh/resource-policy: keep
spec:
accessModes:
- {{ .Values.connector.persistence.accessMode | quote }}
Expand Down

0 comments on commit 1ba38ce

Please sign in to comment.