diff --git a/README.md b/README.md index 4ff9995..994ec7c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/init.yml b/argocd-init.yml similarity index 100% rename from init.yml rename to argocd-init.yml diff --git a/install.yml b/install.yml index 849bfea..48772b4 100644 --- a/install.yml +++ b/install.yml @@ -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