1
0
mirror of https://github.com/containous/traefik.git synced 2025-03-20 22:50:12 +03:00

traefik controller access to secrets

The traefik controller shall have access to secrets for the k8s basic authentication (#1488) to work
This commit is contained in:
Salvatore Pinto 2017-06-04 01:00:56 +02:00 committed by Ludovic Fernandez
parent 41dd124a4b
commit ca5bbab20a

View File

@ -10,6 +10,7 @@ rules:
- pods
- services
- endpoints
- secrets
verbs:
- get
- list