Skip to content

Commit e9874dd

Browse files
committed
fix: correct file extension from .yaml to .yml in eksctl config commands
1 parent 0db78ae commit e9874dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2025/2025-02-01-eks-auto-cert-manager-velero.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ to access S3 and EC2 resources.
338338
The created ServiceAccount `velero` will be specified in velero helm chart later.
339339

340340
```bash
341-
tee "${TMP_DIR}/${CLUSTER_FQDN}/eksctl-${CLUSTER_NAME}-iam-podidentityassociations.yaml" << EOF
341+
tee "${TMP_DIR}/${CLUSTER_FQDN}/eksctl-${CLUSTER_NAME}-iam-podidentityassociations.yml" << EOF
342342
apiVersion: eksctl.io/v1alpha5
343343
kind: ClusterConfig
344344
metadata:
@@ -380,7 +380,7 @@ iam:
380380
Resource:
381381
- "arn:aws:s3:::${CLUSTER_FQDN}"
382382
EOF
383-
eksctl create podidentityassociation --config-file "${TMP_DIR}/${CLUSTER_FQDN}/eksctl-${CLUSTER_NAME}-iam-podidentityassociations.yaml"
383+
eksctl create podidentityassociation --config-file "${TMP_DIR}/${CLUSTER_FQDN}/eksctl-${CLUSTER_NAME}-iam-podidentityassociations.yml"
384384
```
385385

386386
```console

0 commit comments

Comments
 (0)