fix: remove dependsOn: core for thin cluster

This commit is contained in:
SeanOMik 2024-09-06 23:38:28 -04:00
parent 14216829c9
commit 9dcb7c6d90
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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: