Update nginx, minor weave and misc CI tools (vagrant/terraform) (#7215)

This commit is contained in:
Florian Ruynat
2021-01-26 17:22:34 +01:00
committed by GitHub
parent 774ec49396
commit 9007d6621a
9 changed files with 17 additions and 20 deletions

View File

@@ -16,7 +16,7 @@ rules:
verbs: ["get", "list", "watch"]
- apiGroups: [""]
resources: ["services"]
verbs: ["get", "list", "update", "watch"]
verbs: ["get", "list", watch"]
- apiGroups: ["extensions", "networking.k8s.io"]
resources: ["ingresses"]
verbs: ["get", "list", "watch"]
@@ -37,9 +37,6 @@ rules:
- apiGroups: [""]
resources: ["configmaps"]
verbs: ["create"]
- apiGroups: [""]
resources: ["endpoints"]
verbs: ["create", "get", "update"]
- apiGroups: [""]
resources: ["events"]
verbs: ["create", "patch"]