From 28e13fd99765c6604b3466ec82d6f974b14e7a5c Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Sat, 30 Apr 2022 15:07:08 +0200 Subject: [PATCH] BREAK: rename init.yml -> argocd-init.yml --- README.md | 4 +--- init.yml => argocd-init.yml | 0 install.yml | 4 ++-- 3 files changed, 3 insertions(+), 5 deletions(-) rename init.yml => argocd-init.yml (100%) 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