Skip to content

Commit

Permalink
feat: update readme
Browse files Browse the repository at this point in the history
feat: update names of example ArgoCD apps
  • Loading branch information
LukaK committed Oct 21, 2024
1 parent be5888e commit 510279d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/cluster-autoscaler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/ebs-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/efs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: efs
name: example-efs
namespace: argocd

# remove resources when deleting application
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: hpa
name: example-hpa
namespace: argocd

# remove resources when deleting application
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/lbc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: lbc
name: example-lbc
namespace: argocd

# remove resources when deleting application
Expand Down

0 comments on commit 510279d

Please sign in to comment.