Commit 22f658e0 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'use-policy-sync-for-external-dns-in-review-apps' into 'master'

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

See merge request gitlab-org/gitlab-ce!23912
parents d784a709 a76ce8b4
......@@ -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