-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/update-karpenter
- Loading branch information
Showing
6 changed files
with
27 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,5 +10,6 @@ terraform { | |
source = "hashicorp/random" | ||
version = ">= 3.0" | ||
} | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,12 +5,17 @@ environment_name = "eks-blueprint" | |
hosted_zone_name = "eks.mydomain.org" # your Existing Hosted Zone | ||
eks_admin_role_name = "Admin" # Additional role admin in the cluster (usually the role I use in the AWS console) | ||
|
||
# EKS Blueprint AddOns ArgoCD App of App repository | ||
gitops_bridge_repo_url = "[email protected]:gitops-bridge-dev/gitops-bridge-argocd-control-plane-template" | ||
gitops_bridge_repo_revision = "HEAD" | ||
#gitops_addons_org = "[email protected]:aws-samples" | ||
#gitops_addons_repo = "eks-blueprints-add-ons" | ||
#gitops_addons_path = "argocd/bootstrap/control-plane/addons" | ||
#gitops_addons_basepath = "argocd/" | ||
|
||
# EKS Blueprint Workloads ArgoCD App of App repository | ||
workload_repo_url = "[email protected]:aws-samples/eks-blueprints-workloads.git" | ||
workload_repo_revision = "main" | ||
workload_repo_path = "envs/dev" | ||
workload_repo_secret = "github-blueprint-ssh-key" | ||
gitops_workloads_org = "[email protected]:aws-samples" | ||
gitops_workloads_repo = "eks-blueprints-workloads" | ||
gitops_workloads_revision = "main" | ||
gitops_workloads_path = "envs/dev" | ||
|
||
|
||
#Secret manager secret for github ssk jey | ||
aws_secret_manager_git_private_ssh_key_name = "github-blueprint-ssh-key" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters