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:
@@ -3,6 +3,8 @@ kind: ExternalSecret
|
|||||||
metadata:
|
metadata:
|
||||||
name: gitea-credentials
|
name: gitea-credentials
|
||||||
namespace: jenkins
|
namespace: jenkins
|
||||||
|
annotations:
|
||||||
|
argocd.argoproj.io/sync-wave: "-1"
|
||||||
spec:
|
spec:
|
||||||
refreshInterval: 1h
|
refreshInterval: 1h
|
||||||
secretStoreRef:
|
secretStoreRef:
|
||||||
|
|||||||
@@ -3,6 +3,8 @@ kind: ExternalSecret
|
|||||||
metadata:
|
metadata:
|
||||||
name: harbor-credentials
|
name: harbor-credentials
|
||||||
namespace: jenkins
|
namespace: jenkins
|
||||||
|
annotations:
|
||||||
|
argocd.argoproj.io/sync-wave: "-1"
|
||||||
spec:
|
spec:
|
||||||
refreshInterval: 1h
|
refreshInterval: 1h
|
||||||
secretStoreRef:
|
secretStoreRef:
|
||||||
|
|||||||
Reference in New Issue
Block a user