Update 2 files
- /ansible/roles/k3s/argocd/tasks/main.yml - /.gitlab-ci.yml
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: Copy file kubeseal
|
||||
ansible.builtin.copy:
|
||||
src: ./kubeseal.yaml
|
||||
template:
|
||||
src: kubeseal.yaml
|
||||
dest: /tmp/kubeseal.yaml
|
||||
mode: '0666'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user