Merge pull request #13 from Intreecom/fix/removed-unnecessary-label
fix: removed unnecessary label from secret
This commit is contained in:
@ -16,10 +16,6 @@ spec:
|
||||
name: {{ $val.secretStoreName }}
|
||||
target:
|
||||
name: {{ $val.targetName }}
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
external-secrets/managed: "true" # ArgoCD will not manage the Secret that has this label
|
||||
creationPolicy: {{ default "Owner" $val.targetCreationPolicy }}
|
||||
deletionPolicy: {{ default "Retain" $val.targetDeletionPolicy }}
|
||||
dataFrom: {{ toYaml $val.dataFrom | nindent 4 }}
|
||||
|
Reference in New Issue
Block a user