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
This commit is contained in:
Lin Jen-Shin 2018-12-19 09:33:30 +00:00
commit 22f658e039
1 changed files with 2 additions and 1 deletions

View File

@ -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
}