Fix nginx template missing latest changes (#6000)

This commit is contained in:
Florian Ruynat
2020-04-22 17:41:52 +02:00
committed by GitHub
parent d7df577898
commit b8cd9403df
3 changed files with 29 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ rules:
verbs: ["get"]
- apiGroups: [""]
resources: ["services"]
verbs: ["get", "list", "watch"]
verbs: ["get", "list", "update", "watch"]
- apiGroups: ["extensions","networking.k8s.io"]
resources: ["ingresses"]
verbs: ["get", "list", "watch"]