Run 'bazel run //hack:update-deploy-gen'

Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
James Munnelly 2019-01-28 10:05:32 +00:00 committed by Simon Rüegg
parent 613858aa6d
commit 30b39fa0f2
No known key found for this signature in database
GPG Key ID: FFE2AA177FBD7E17
2 changed files with 2 additions and 2 deletions

View File

@ -171,7 +171,7 @@ metadata:
heritage: Tiller
rules:
- apiGroups: ["certmanager.k8s.io"]
resources: ["certificates", "issuers", "clusterissuers", "orders", "challenges"]
resources: ["certificates", "certificates/finalizers", "issuers", "clusterissuers", "orders", "orders/finalizers", "challenges"]
verbs: ["*"]
- apiGroups: [""]
resources: ["configmaps", "secrets", "events", "services", "pods"]

View File

@ -184,7 +184,7 @@ metadata:
heritage: Tiller
rules:
- apiGroups: ["certmanager.k8s.io"]
resources: ["certificates", "issuers", "clusterissuers", "orders", "challenges"]
resources: ["certificates", "certificates/finalizers", "issuers", "clusterissuers", "orders", "orders/finalizers", "challenges"]
verbs: ["*"]
- apiGroups: [""]
resources: ["configmaps", "secrets", "events", "services", "pods"]