BREAK: rename init.yml -> argocd-init.yml
This commit is contained in:
parent
3dcd78a392
commit
28e13fd997
3 changed files with 3 additions and 5 deletions
|
@ -1,7 +1,5 @@
|
||||||
# Kubernetes Baseline
|
# Kubernetes Baseline
|
||||||
|
|
||||||
Run `kubectl apply -f init.yml` to install:
|
|
||||||
|
|
||||||
* [ArgoCD](https://argoproj.github.io/cd/)
|
* [ArgoCD](https://argoproj.github.io/cd/)
|
||||||
* [NGINX Ingress Controller](https://kubernetes.github.io/ingress-nginx/)
|
* [NGINX Ingress Controller](https://kubernetes.github.io/ingress-nginx/)
|
||||||
* [cert-manager](https://cert-manager.io/)
|
* [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:
|
make sure kubectl is configure to reach the destination cluster, then:
|
||||||
|
|
||||||
`kubectl apply -f init.yml`
|
`kubectl apply -f argocd-init.yml`
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
|
|
|
@ -30,6 +30,6 @@
|
||||||
tasks:
|
tasks:
|
||||||
- name: copy manifest
|
- name: copy manifest
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: init.yml
|
src: argocd-init.yml
|
||||||
dest: /var/lib/rancher/k3s/server/manifests/init-baseline.yml
|
dest: /var/lib/rancher/k3s/server/manifests/argocd-init.yml
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
|
Loading…
Reference in a new issue