fix: add sync-wave -1 to Jenkins ExternalSecrets

Secrets must exist before Jenkins pod mounts them.
Sync wave -1 ensures ESO creates secrets before Jenkins Helm resources.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-22 16:18:18 +07:00
co-authored by Claude Sonnet 4.6
parent afadbbbf7d
commit 738688ab2c
2 changed files with 4 additions and 0 deletions
@@ -3,6 +3,8 @@ kind: ExternalSecret
metadata:
name: gitea-credentials
namespace: jenkins
annotations:
argocd.argoproj.io/sync-wave: "-1"
spec:
refreshInterval: 1h
secretStoreRef:
@@ -3,6 +3,8 @@ kind: ExternalSecret
metadata:
name: harbor-credentials
namespace: jenkins
annotations:
argocd.argoproj.io/sync-wave: "-1"
spec:
refreshInterval: 1h
secretStoreRef: