Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
allamand committed Sep 22, 2023
1 parent ca24205 commit e834ed2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion patterns/blue-green-upgrade/modules/eks_cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ terraform init

**2.** Create your SSH Key in Secret Manager

Once the secret created you should be able to retrieve it using:
Once the secret created you should be able to retrieve it using:

```bash
aws secretsmanager get-secret-value \
Expand Down
6 changes: 3 additions & 3 deletions patterns/blue-green-upgrade/modules/eks_cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ module "eks_blueprints_platform_teams" {
"elbv2.k8s.aws/pod-readiness-gate-inject" = "enabled",
"appName" = "platform-team-app",
"projectName" = "project-platform",
#"pod-security.kubernetes.io/enforce" = "restricted",
#"pod-security.kubernetes.io/enforce" = "restricted",
}

annotations = {
Expand Down Expand Up @@ -343,7 +343,7 @@ module "eks_blueprints_dev_teams" {
"elbv2.k8s.aws/pod-readiness-gate-inject" = "enabled",
"appName" = "burnham-team-app",
"projectName" = "project-burnham",
#"pod-security.kubernetes.io/enforce" = "restricted",
#"pod-security.kubernetes.io/enforce" = "restricted",
}
}
riker = {
Expand Down Expand Up @@ -566,7 +566,7 @@ module "gitops_bridge_bootstrap" {
}
apps = local.argocd_apps

argocd = {
argocd = {
create_namespace = false
set = [
{
Expand Down

0 comments on commit e834ed2

Please sign in to comment.