Skip to content

Commit 6b3bfb5

Browse files
authored
doc: workaround fix for deploying external-dns working with IRSA (#1290)
1 parent 9e7d172 commit 6b3bfb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/examples/external-dns.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ spec:
5353
app: external-dns
5454
spec:
5555
serviceAccountName: external-dns
56+
securityContext:
57+
fsGroup: 65534
5658
containers:
5759
- name: external-dns
5860
image: bitnami/external-dns:0.7.4

0 commit comments

Comments
 (0)