Update bootstrap

This commit is contained in:
Tyler Perkins 2024-11-02 22:01:17 -04:00
parent 36bc3d895d
commit 6605f59d37
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8

View File

@ -58,6 +58,6 @@
- name: Bootstrap flux - name: Bootstrap flux
shell: | shell: |
GITEA_TOKEN={{ vault_gitea_token | quote }} flux bootstrap gitea --owner={{ gitea_owner }} --repository={{ gitea_repository }} --hostname={{ gitea_hostname }} --personal=false --private=false --kubeconfig=/etc/rancher/k3s/k3s.yaml GITEA_TOKEN={{ vault_gitea_token | quote }} flux bootstrap gitea --owner={{ gitea_owner }} --repository={{ gitea_repository }} --hostname={{ gitea_hostname }} --personal=false --private=false --kubeconfig=/etc/rancher/k3s/k3s.yaml --path cluster/
when: inventory_hostname == primary_node_name when: inventory_hostname == primary_node_name
ignore_errors: no ignore_errors: no