diff --git a/README.md b/README.md index 3111f76..f819fb8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Eks with Terraform and Terragrunt Project holds resources for deploying production ready aws eks cluster with plugins. -Project is deployed as a terraform project with terragrunt to orchestrate the deployment. +Project is deployed as a terraform project with terragrunt to orchestrate the deployment and ArgoCD to deploy extra resources and examples. Project is deployed in four stack; networking, eks cluster, eks add-ons and storage. All the files for terragrunt deployment are in `infrastructure/live` folder. diff --git a/examples/apps/cluster-autoscaler.yaml b/examples/apps/cluster-autoscaler.yaml index 199e453..e5b3c8a 100644 --- a/examples/apps/cluster-autoscaler.yaml +++ b/examples/apps/cluster-autoscaler.yaml @@ -2,7 +2,7 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: - name: cluster-autoscaler + name: example-cluster-autoscaler namespace: argocd # remove resources when deleting application diff --git a/examples/apps/ebs-csi.yaml b/examples/apps/ebs-csi.yaml index 5ad50f5..a120f87 100644 --- a/examples/apps/ebs-csi.yaml +++ b/examples/apps/ebs-csi.yaml @@ -2,7 +2,7 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: - name: ebs-csi + name: example-ebs-csi namespace: argocd # remove resources when deleting application diff --git a/examples/apps/efs.yaml b/examples/apps/efs.yaml index 9e25f1e..5ca1c6c 100644 --- a/examples/apps/efs.yaml +++ b/examples/apps/efs.yaml @@ -2,7 +2,7 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: - name: efs + name: example-efs namespace: argocd # remove resources when deleting application diff --git a/examples/apps/hpa.yaml b/examples/apps/hpa.yaml index 58645b0..d124e68 100644 --- a/examples/apps/hpa.yaml +++ b/examples/apps/hpa.yaml @@ -2,7 +2,7 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: - name: hpa + name: example-hpa namespace: argocd # remove resources when deleting application diff --git a/examples/apps/lbc.yaml b/examples/apps/lbc.yaml index 30df9f1..c86da43 100644 --- a/examples/apps/lbc.yaml +++ b/examples/apps/lbc.yaml @@ -2,7 +2,7 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: - name: lbc + name: example-lbc namespace: argocd # remove resources when deleting application