Skip to content

Commit

Permalink
fix: k8s node group AMI update check workflow (#1254)
Browse files Browse the repository at this point in the history
Update the node group name with the `-k8s` suffix to fix the
lookup command.
  • Loading branch information
patheard authored Apr 15, 2024
1 parent 83af19c commit 2d2c339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_eks_ami_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
env:
AWS_DEFAULT_REGION: ca-central-1
EKS_CLUSTER_NAME: notification-canada-ca-staging-eks-cluster
EKS_CLUSTER_NODE_GROUP_NAME: notification-canada-ca-staging-eks-primary-node-group
EKS_CLUSTER_NODE_GROUP_NAME: notification-canada-ca-staging-eks-primary-node-group-k8s

jobs:
check-eks-ami-update:
Expand Down

0 comments on commit 2d2c339

Please sign in to comment.