Update 3 files

- /vm_templates/cloudinit.sh
- /.gitlab-ci.yml
- /ansible/roles/k3s/argocd/tasks/main.yml
This commit is contained in:
2023-03-05 00:54:35 +00:00
parent 8e4ee01800
commit 2c37adcf31
3 changed files with 3 additions and 2 deletions

View File

@@ -83,6 +83,7 @@ k3s-ansible:
extends: .ansible_apply
before_script:
- cat $ansible > $WORKDIR/ansible
- cat $kubeseal > $WORKDIR/kubeseal.yaml
needs: ["k3s"]
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"