Fix kan ordering so it preceeds secret creation
This commit is contained in:
parent
0197e2ab42
commit
4ecb02070e
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -5,4 +5,4 @@ talosconfig
|
|||
terraform/.terraform/
|
||||
terraform/.terraform.lock.hcl
|
||||
terraform.tfstate
|
||||
terraform/terraform.tfvars
|
||||
# terraform/terraform.tfvars is intentionally NOT ignored - zone ID is not sensitive
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@ kind: ExternalSecret
|
|||
metadata:
|
||||
name: kan-secrets
|
||||
namespace: kan
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "-1"
|
||||
spec:
|
||||
refreshInterval: 1h
|
||||
secretStoreRef:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue