Skip to content

Commit 090f179

Browse files
zxkaneM00nF1sh
andauthored
docs: make external-dns example to 0.7.2+ working in AWS China (#1680)
Co-authored-by: M00nF1sh <[email protected]>
1 parent 146b02a commit 090f179

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/examples/external-dns.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rules:
2222
verbs: ["list"]
2323
- apiGroups: [""]
2424
resources: ["endpoints"]
25-
verbs: ["get", "watch", "list"]
25+
verbs: ["get","watch","list"]
2626
---
2727
apiVersion: rbac.authorization.k8s.io/v1beta1
2828
kind: ClusterRoleBinding
@@ -55,7 +55,11 @@ spec:
5555
serviceAccountName: external-dns
5656
containers:
5757
- name: external-dns
58-
image: bitnami/external-dns:0.7.1
58+
image: bitnami/external-dns:0.7.4
59+
# must specify env AWS_REGION in AWS china regions
60+
# env:
61+
# - name: AWS_REGION
62+
# value: cn-north-1
5963
args:
6064
- --source=service
6165
- --source=ingress

0 commit comments

Comments
 (0)