BREAK: rename init.yml -> argocd-init.yml

This commit is contained in:
Sebastian Mark 2022-04-30 15:07:08 +02:00
parent 3dcd78a392
commit 28e13fd997
3 changed files with 3 additions and 5 deletions

View file

@ -1,7 +1,5 @@
# Kubernetes Baseline
Run `kubectl apply -f init.yml` to install:
* [ArgoCD](https://argoproj.github.io/cd/)
* [NGINX Ingress Controller](https://kubernetes.github.io/ingress-nginx/)
* [cert-manager](https://cert-manager.io/)
@ -19,7 +17,7 @@ Run `kubectl apply -f init.yml` to install:
make sure kubectl is configure to reach the destination cluster, then:
`kubectl apply -f init.yml`
`kubectl apply -f argocd-init.yml`
## Notes

View file

@ -30,6 +30,6 @@
tasks:
- name: copy manifest
ansible.builtin.copy:
src: init.yml
dest: /var/lib/rancher/k3s/server/manifests/init-baseline.yml
src: argocd-init.yml
dest: /var/lib/rancher/k3s/server/manifests/argocd-init.yml
mode: 0644