added argocd annotation to secret
All checks were successful
Test runners / test-runner (push) Successful in 2s
All checks were successful
Test runners / test-runner (push) Successful in 2s
This commit is contained in:
parent
79978468b1
commit
16ac9cb908
1 changed files with 3 additions and 0 deletions
|
@ -10,4 +10,7 @@ kind: Secret
|
|||
metadata:
|
||||
name: {{ include "forgejo-runner.fullname" . }}-token
|
||||
namespace: {{ .Release.Namespace }}
|
||||
metadata:
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-options: Prune=false
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue