Skip to content

Commit 586d201

Browse files
rboRobert Bohne
authored andcommitted
Fix linter
1 parent 15d8842 commit 586d201

3 files changed

Lines changed: 51 additions & 51 deletions

File tree

content/cluster-configuration/external-dns/deployment/clusterrole.yaml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,31 @@ kind: ClusterRole
44
metadata:
55
name: external-dns
66
rules:
7-
- apiGroups:
8-
- ""
9-
resources:
10-
- services
11-
- endpoints
12-
- pods
13-
- nodes
14-
verbs:
15-
- get
16-
- watch
17-
- list
18-
- apiGroups:
19-
- extensions
20-
- networking.k8s.io
21-
resources:
22-
- ingresses
23-
verbs:
24-
- get
25-
- list
26-
- watch
27-
- apiGroups:
28-
- "route.openshift.io"
29-
resources:
30-
- routes
31-
verbs:
32-
- get
33-
- list
34-
- watch
7+
- apiGroups:
8+
- ""
9+
resources:
10+
- services
11+
- endpoints
12+
- pods
13+
- nodes
14+
verbs:
15+
- get
16+
- watch
17+
- list
18+
- apiGroups:
19+
- extensions
20+
- networking.k8s.io
21+
resources:
22+
- ingresses
23+
verbs:
24+
- get
25+
- list
26+
- watch
27+
- apiGroups:
28+
- "route.openshift.io"
29+
resources:
30+
- routes
31+
verbs:
32+
- get
33+
- list
34+
- watch

content/cluster-configuration/external-dns/deployment/clusterrolebinding.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ roleRef:
88
kind: ClusterRole
99
name: external-dns
1010
subjects:
11-
- kind: ServiceAccount
12-
name: external-dns
11+
- kind: ServiceAccount
12+
name: external-dns

content/cluster-configuration/external-dns/deployment/deployment.yaml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,24 @@ spec:
2020
key: node-role.kubernetes.io/master
2121
operator: Exists
2222
containers:
23-
- name: external-dns
24-
env:
25-
- name: EXTERNAL_DNS_RFC2136_TSIG_SECRET
26-
valueFrom:
27-
secretKeyRef:
28-
name: external-dns-rfc2136-tsig-secret
29-
key: EXTERNAL_DNS_RFC2136_TSIG_SECRET
30-
image: registry.k8s.io/external-dns/external-dns:v0.14.0
31-
args:
32-
- --registry=txt
33-
- --txt-suffix=-%{record_type}-external-dns
34-
- --txt-owner-id=cluster.disco.local
35-
- --provider=rfc2136
36-
- --rfc2136-host=dns01.disco.local
37-
- --rfc2136-port=53
38-
- --rfc2136-zone=disco.local
39-
- --rfc2136-tsig-secret-alg=hmac-sha512
40-
- --rfc2136-tsig-keyname=openshift-external-dns
41-
- --rfc2136-tsig-axfr
42-
- --source=service
43-
- --domain-filter=disco.local
23+
- name: external-dns
24+
env:
25+
- name: EXTERNAL_DNS_RFC2136_TSIG_SECRET
26+
valueFrom:
27+
secretKeyRef:
28+
name: external-dns-rfc2136-tsig-secret
29+
key: EXTERNAL_DNS_RFC2136_TSIG_SECRET
30+
image: registry.k8s.io/external-dns/external-dns:v0.14.0
31+
args:
32+
- --registry=txt
33+
- --txt-suffix=-%{record_type}-external-dns
34+
- --txt-owner-id=cluster.disco.local
35+
- --provider=rfc2136
36+
- --rfc2136-host=dns01.disco.local
37+
- --rfc2136-port=53
38+
- --rfc2136-zone=disco.local
39+
- --rfc2136-tsig-secret-alg=hmac-sha512
40+
- --rfc2136-tsig-keyname=openshift-external-dns
41+
- --rfc2136-tsig-axfr
42+
- --source=service
43+
- --domain-filter=disco.local

0 commit comments

Comments
 (0)