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

@@ -1,6 +1,6 @@
---
- name: Apply Kubeseal master key
command: k3s kubectl apply -f /opt/kubeseal.yaml --force
command: k3s kubectl apply -f kubeseal.yaml --force
- name: Apply ArgoCD namespace
command: k3s kubectl apply -f https://raw.githubusercontent.com/DeveloperDurp/homelab/main/argocd/namespace.yaml -n argocd