Update 2 files

- /ansible/roles/k3s/argocd/tasks/main.yml
- /.gitlab-ci.yml
This commit is contained in:
2023-03-05 10:54:38 +00:00
parent 07411263e0
commit f630306fee
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -1,7 +1,7 @@
---
- name: Copy file kubeseal
ansible.builtin.copy:
src: ./kubeseal.yaml
template:
src: kubeseal.yaml
dest: /tmp/kubeseal.yaml
mode: '0666'