Skip to content

Commit

Permalink
dfdfb
Browse files Browse the repository at this point in the history
  • Loading branch information
floryn08 committed Jun 12, 2024
1 parent c0bd598 commit 6283ab8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/services/core-services/vault/templates/pv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ spec:
accessModes:
- ReadWriteOnce
hostPath:
path: /home/flow/appdata/core-services/vault/data
path: REPLACE_ME
type: DirectoryOrCreate
9 changes: 8 additions & 1 deletion charts/stack-apps/core-services/templates/vault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ spec:
{{- tpl (include "yamlParseRec" (dict "yaml" .Values )) . | indent 8 }}
project: {{ .Values.project }}
syncPolicy:
syncOptions:
- RespectIgnoreDifferences=true
automated:
prune: {{ .Values.syncPolicy.automated.prune }}
selfHeal: {{ .Values.syncPolicy.automated.selfHeal }}
selfHeal: {{ .Values.syncPolicy.automated.selfHeal }}
ignoreDifferences:
- kind: PersistentVolume
name: data-vault-pv
jsonPointers:
- /spec/hostPath/path

0 comments on commit 6283ab8

Please sign in to comment.