fix: remove dependsOn: core for thin cluster
This commit is contained in:
parent
14216829c9
commit
9dcb7c6d90
|
@ -18,5 +18,5 @@ tasks:
|
|||
- { msg: "Missing cluster sops key", sh: "gpg -K 687802D4DFD8AA82EA55666CF7DADAC782D7663D" }
|
||||
|
||||
reconcile:
|
||||
desc: Force update Flux to pull in changes from your Git repository
|
||||
desc: Force update Flux to pull in changes from the Git repository
|
||||
cmd: flux reconcile --namespace flux-system kustomization cluster --with-source
|
|
@ -43,7 +43,6 @@ spec:
|
|||
interval: 10m
|
||||
dependsOn:
|
||||
- name: cluster-secrets
|
||||
- name: core
|
||||
path: ./kubernetes/thin/apps
|
||||
prune: true
|
||||
sourceRef:
|
||||
|
|
Loading…
Reference in New Issue