added argocd annotation to secret
All checks were successful
Test runners / test-runner (push) Successful in 2s

This commit is contained in:
Kai Reichart 2024-11-25 15:13:58 +01:00
parent 79978468b1
commit 16ac9cb908

View file

@ -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 }}