Add service account to daemonset in traefik
This allows traefik to access the resources protected by Kubernetes RBAC Change-Id: Ia374215dd67afce6125fbfd6e322e5e9d15b4b0b Closes-Bug: #1755844
This commit is contained in:
parent
a56c14d9f3
commit
79f4cc0c9d
@ -15,6 +15,7 @@ spec:
|
||||
k8s-app: ingress-traefik-backend
|
||||
name: ingress-traefik-backend
|
||||
spec:
|
||||
serviceAccountName: ingress-traefik
|
||||
terminationGracePeriodSeconds: 60
|
||||
hostNetwork: true
|
||||
containers:
|
||||
|
Loading…
Reference in New Issue
Block a user