diff --git a/ci-operator/step-registry/ipi/conf/vsphere/dns/ipi-conf-vsphere-dns-commands.sh b/ci-operator/step-registry/ipi/conf/vsphere/dns/ipi-conf-vsphere-dns-commands.sh index 08512de8d469d..44569b9a7a5ed 100644 --- a/ci-operator/step-registry/ipi/conf/vsphere/dns/ipi-conf-vsphere-dns-commands.sh +++ b/ci-operator/step-registry/ipi/conf/vsphere/dns/ipi-conf-vsphere-dns-commands.sh @@ -16,7 +16,6 @@ export AWS_SHARED_CREDENTIALS_FILE=${cluster_profile}/.awscred # Load array created in setup-vips: # 0: API # 1: Ingress -# 2: DNS declare -a vips mapfile -t vips < "${SHARED_DIR}"/vips.txt @@ -46,14 +45,6 @@ cat > "${SHARED_DIR}"/dns-create.json < "${SHARED_DIR}"/dns-delete.json <