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/
|
||||||
terraform/.terraform.lock.hcl
|
terraform/.terraform.lock.hcl
|
||||||
terraform.tfstate
|
terraform.tfstate
|
||||||
terraform/terraform.tfvars
|
# terraform/terraform.tfvars is intentionally NOT ignored - zone ID is not sensitive
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,8 @@ kind: ExternalSecret
|
||||||
metadata:
|
metadata:
|
||||||
name: kan-secrets
|
name: kan-secrets
|
||||||
namespace: kan
|
namespace: kan
|
||||||
|
annotations:
|
||||||
|
argocd.argoproj.io/sync-wave: "-1"
|
||||||
spec:
|
spec:
|
||||||
refreshInterval: 1h
|
refreshInterval: 1h
|
||||||
secretStoreRef:
|
secretStoreRef:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue