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