redeploy
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -47,3 +47,6 @@ crash.log
|
|||||||
# Ignore CLI configuration files
|
# Ignore CLI configuration files
|
||||||
.terraformrc
|
.terraformrc
|
||||||
.terraformrc.json
|
.terraformrc.json
|
||||||
|
|
||||||
|
# Ignore secrets
|
||||||
|
doppler-token.yaml
|
||||||
@@ -11,4 +11,5 @@ resources:
|
|||||||
- subscription.yaml
|
- subscription.yaml
|
||||||
- operatorconfig.yaml
|
- operatorconfig.yaml
|
||||||
# Deploy cluster resources
|
# Deploy cluster resources
|
||||||
|
- doppler-token.yaml
|
||||||
- cluster-secret-store.yaml
|
- cluster-secret-store.yaml
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ metadata:
|
|||||||
finalizers:
|
finalizers:
|
||||||
- resources-finalizer.argocd.argoproj.io
|
- resources-finalizer.argocd.argoproj.io
|
||||||
annotations:
|
annotations:
|
||||||
argocd.argoproj.io/sync-wave: "1"
|
argocd.argoproj.io/sync-wave: "3"
|
||||||
spec:
|
spec:
|
||||||
destination:
|
destination:
|
||||||
name: in-cluster
|
name: in-cluster
|
||||||
Reference in New Issue
Block a user