Skip to content

Commit

Permalink
Update helmfile.yaml (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored May 24, 2018
1 parent 74dd631 commit 0a38e53
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions rootfs/conf/kops/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -344,19 +344,9 @@ releases:
chart: "stable/external-dns"
version: "0.5.4"
set:
- name: "nodeSelector.kubernetes\\.io/role"
value: "master"

- name: "extraEnv.EXTERNAL_DNS_SOURCE"
value: "service\ningress"

## Tolerations
- name: "tolerations[0].key"
value: "node-role.kubernetes.io/master"

- name: "tolerations[0].effect"
value: "NoSchedule"

### Required: EXTERNAL_DNS_TXT_OWNER_ID; e.g. us-west-2.staging.cloudposse.org
- name: "txtOwnerId"
value: '{{ env "EXTERNAL_DNS_TXT_OWNER_ID" }}'
Expand Down

0 comments on commit 0a38e53

Please sign in to comment.