Skip to content

Commit f055da7

Browse files
committed
fix: update file listing in cleanup script to include homepage configuration
1 parent 9e58f91 commit f055da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2024/2024-12-14-secure-cheap-amazon-eks-auto.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ Remove `${TMP_DIR}/${CLUSTER_FQDN}` directory:
11791179

11801180
```sh
11811181
if [[ -d "${TMP_DIR}/${CLUSTER_FQDN}" ]]; then
1182-
for FILE in "${TMP_DIR}/${CLUSTER_FQDN}"/{kubeconfig-${CLUSTER_NAME}.conf,{aws-cf-route53-kms,eksctl-${CLUSTER_NAME},k8s-storage-storageclass,k8s-karpenter-nodepool,k8s-eks-nodeclass,helm_values-{cert-manager,external-dns,ingress-nginx,kube-prometheus-stack,mailpit,oauth2-proxy},k8s-cert-manager-{certificate,clusterissuer}-staging}.yml}; do
1182+
for FILE in "${TMP_DIR}/${CLUSTER_FQDN}"/{kubeconfig-${CLUSTER_NAME}.conf,{aws-cf-route53-kms,eksctl-${CLUSTER_NAME},k8s-storage-storageclass,k8s-karpenter-nodepool,k8s-eks-nodeclass,helm_values-{cert-manager,external-dns,homepage,ingress-nginx,kube-prometheus-stack,mailpit,oauth2-proxy},k8s-cert-manager-{certificate,clusterissuer}-staging}.yml}; do
11831183
if [[ -f "${FILE}" ]]; then
11841184
rm -v "${FILE}"
11851185
else

0 commit comments

Comments
 (0)