mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
Signed-off-by: Dominik Ruf <dominikruf@gmail.com> Co-authored-by: treydock <tdockendorf@osc.edu> Signed-off-by: Trey Dockendorf <tdockendorf@osc.edu> Co-authored-by: Dominik Ruf <dominikruf@gmail.com> Co-authored-by: shuting <shuting@nirmata.com>
This commit is contained in:
parent
dd9b3f3a3d
commit
8e8e7803ee
2 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ apiVersion: rbac.authorization.k8s.io/v1
|
|||
kind: Role
|
||||
metadata:
|
||||
name: {{ template "kyverno.fullname" . }}:leaderelection
|
||||
namespace: {{ template "kyverno.namespace" . }}
|
||||
labels: {{ include "kyverno.labels" . | nindent 4 }}
|
||||
app: kyverno
|
||||
rules:
|
||||
|
|
|
@ -3,6 +3,7 @@ kind: RoleBinding
|
|||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
metadata:
|
||||
name: {{ template "kyverno.fullname" . }}:leaderelection
|
||||
namespace: {{ template "kyverno.namespace" . }}
|
||||
labels: {{ include "kyverno.labels" . | nindent 4 }}
|
||||
app: kyverno
|
||||
roleRef:
|
||||
|
|
Loading…
Reference in a new issue