Skip to content

Commit c6ff2de

Browse files
committed
fix: flatten the kube bootstrap folder
1 parent 2cc22fc commit c6ff2de

File tree

9 files changed

+6
-6
lines changed

9 files changed

+6
-6
lines changed

.taskfiles/bootstrap/Taskfile.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ tasks:
6767
prompt: Bootstrap apps into the Talos cluster?
6868
cmds:
6969
- until kubectl wait nodes --for=condition=Ready=False --all --timeout=10m; do sleep 5; done
70-
- op run --env-file {{.CLUSTER_DIR}}/bootstrap/bootstrap.env --no-masking -- minijinja-cli {{.CLUSTER_DIR}}/bootstrap/apps/templates/resources.yaml.j2 | kubectl apply --server-side --filename -
71-
- helmfile --quiet --file {{.CLUSTER_DIR}}/bootstrap/apps/helmfile.yaml apply --skip-diff-on-install --suppress-diff
72-
- helmfile --quiet --file {{.CLUSTER_DIR}}/bootstrap/apps/helmfile.yaml destroy --selector release=wipe-rook
70+
- op run --env-file {{.CLUSTER_DIR}}/bootstrap/bootstrap.env --no-masking -- minijinja-cli {{.CLUSTER_DIR}}/bootstrap/templates/resources.yaml.j2 | kubectl apply --server-side --filename -
71+
- helmfile --quiet --file {{.CLUSTER_DIR}}/bootstrap/helmfile.yaml apply --skip-diff-on-install --suppress-diff
72+
- helmfile --quiet --file {{.CLUSTER_DIR}}/bootstrap/helmfile.yaml destroy --selector release=wipe-rook
7373
env:
7474
FLUX_GITHUB_PUBLIC_KEYS:
7575
sh: curl -fsSL https://api.github.com/meta | jq --raw-output '"github.com "+.ssh_keys[]'
@@ -83,7 +83,7 @@ tasks:
8383
- op user get --me
8484
- talosctl config info
8585
- test -f {{.CLUSTER_DIR}}/talos/clusterconfig/talosconfig
86-
- test -f {{.CLUSTER_DIR}}/bootstrap/apps/helmfile.yaml
87-
- test -f {{.CLUSTER_DIR}}/bootstrap/apps/templates/resources.yaml.j2
88-
- test -f {{.CLUSTER_DIR}}/bootstrap/apps/templates/wipe-rook.yaml.gotmpl
86+
- test -f {{.CLUSTER_DIR}}/bootstrap/helmfile.yaml
87+
- test -f {{.CLUSTER_DIR}}/bootstrap/templates/resources.yaml.j2
88+
- test -f {{.CLUSTER_DIR}}/bootstrap/templates/wipe-rook.yaml.gotmpl
8989
- which curl jq helmfile kubectl op talosctl

0 commit comments

Comments
 (0)