Update bootstrap
This commit is contained in:
parent
36bc3d895d
commit
6605f59d37
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user