Unverified Commit 297b503a authored by John Slivka's avatar John Slivka Committed by GitHub
Browse files

Fix typo for serviceAccountName in RBAC example

serviceAccountName was transposed onto the non-RBAC example
parent cdb9ae05
Showing with 1 addition and 1 deletion
+1 -1
......@@ -76,7 +76,6 @@ spec:
labels:
app: external-dns
spec:
serviceAccountName: external-dns
containers:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:v0.4.8
......@@ -135,6 +134,7 @@ spec:
labels:
app: external-dns
spec:
serviceAccountName: external-dns
containers:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:v0.4.8
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment