Update file main.yml

This commit is contained in:
2023-03-05 01:42:28 +00:00
parent e7d8e395f3
commit 243c87999f

View File

@@ -1,6 +1,6 @@
---
- name: Apply Kubeseal master key
command: k3s kubectl apply -f 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