Skip to content

Commit 1f293e5

Browse files
authored
Make argo ignore the secret updates (#7601)
Updates should be managed by the external secret operator Signed-off-by: Marta Anon <[email protected]>
1 parent 43833dc commit 1f293e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/kubearchive/staging/base/external-secret.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ spec:
1919
creationPolicy: Owner
2020
deletionPolicy: Delete
2121
name: kubearchive-logging
22+
template:
23+
metadata:
24+
annotations:
25+
argocd.argoproj.io/sync-options: Prune=false

0 commit comments

Comments
 (0)