Skip to content

Commit

Permalink
Fix EKS Cluster Name var
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Aug 20, 2023
1 parent 3939be3 commit 3695ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/distros/eks/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ components:
- cmd: ./eksctl create cluster --dry-run -f eks.yaml
- cmd: sleep 15
- cmd: ./eksctl create cluster -f eks.yaml
- cmd: ./eksctl utils write-kubeconfig -c ${ZARF_VAR_CLUSTER_NAME}
- cmd: ./eksctl utils write-kubeconfig -c ${ZARF_VAR_EKS_CLUSTER_NAME}
- cmd: ./zarf tools kubectl create namespace zarf
- cmd: ./zarf tools kubectl create secret generic zarf-eks-yaml -n zarf --from-file=eks.yaml

Expand Down

0 comments on commit 3695ca6

Please sign in to comment.