Skip to content

Commit

Permalink
dev fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 committed Oct 11, 2024
1 parent 262e94b commit e74437e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/terragrunt_create_dev_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,6 @@ jobs:
kubectl config rename-context arn:aws:eks:ca-central-1:${{env.ACCOUNT_ID}}:cluster/notification-canada-ca-dev-eks-cluster dev
- name: terragrunt apply k8s-fix
continue-on-error: true
run: |
curl -o 1pass.deb https://downloads.1password.com/linux/debian/amd64/stable/1password-cli-amd64-latest.deb
sudo dpkg -i 1pass.deb
Expand Down
1 change: 0 additions & 1 deletion aws/dev_only_kubernetes_fix/iamfix.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ module "eks" {
variable "role_name" {
type = string
description = "The name of the role to create"
default = "AWSReservedSSO_AWSAdministratorAccess_e6e62a284c3c35fc"
}

0 comments on commit e74437e

Please sign in to comment.