From 91d3a27cb48b77908ac8bce9624c1048704e415a Mon Sep 17 00:00:00 2001 From: jayonlau Date: Mon, 12 Jul 2021 10:00:17 +0800 Subject: [PATCH] Clean up extra spaces Clean up extra spaces, although these errors are not important, they affect the code specification. --- docs/examples/external-dns.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/external-dns.yaml b/docs/examples/external-dns.yaml index a2c0ad150..d82d12684 100644 --- a/docs/examples/external-dns.yaml +++ b/docs/examples/external-dns.yaml @@ -22,7 +22,7 @@ rules: verbs: ["list"] - apiGroups: [""] resources: ["endpoints"] - verbs: ["get","watch","list"] + verbs: ["get","watch","list"] --- apiVersion: rbac.authorization.k8s.io/v1beta1 kind: ClusterRoleBinding