Commit a76ce8b4 authored by Rémy Coutable's avatar Rémy Coutable

Specify the 'sync' policy for the external-dns deployments

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent add10e14
......@@ -227,7 +227,8 @@ function install_external_dns() {
--set aws.zoneType="public" \
--set domainFilters[0]="${domain}" \
--set txtOwnerId="${KUBE_NAMESPACE}" \
--set rbac.create="true"
--set rbac.create="true" \
--set policy="sync"
fi
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment