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" }
|
- { msg: "Missing cluster sops key", sh: "gpg -K 687802D4DFD8AA82EA55666CF7DADAC782D7663D" }
|
||||||
|
|
||||||
reconcile:
|
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
|
cmd: flux reconcile --namespace flux-system kustomization cluster --with-source
|
|
@ -43,7 +43,6 @@ spec:
|
||||||
interval: 10m
|
interval: 10m
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- name: cluster-secrets
|
- name: cluster-secrets
|
||||||
- name: core
|
|
||||||
path: ./kubernetes/thin/apps
|
path: ./kubernetes/thin/apps
|
||||||
prune: true
|
prune: true
|
||||||
sourceRef:
|
sourceRef:
|
||||||
|
|
Loading…
Reference in New Issue