update kubeflow/1.9.0-2
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRole
|
||||
metadata:
|
||||
name: kyverno:background-controller-generate-extra
|
||||
rules:
|
||||
- apiGroups: [""]
|
||||
resources: ["services"]
|
||||
verbs: ["create", "update", "delete", "get", "list", "watch"]
|
||||
- apiGroups: ["networking.istio.io"]
|
||||
resources: ["virtualservices"]
|
||||
verbs: ["create", "update", "delete", "get", "list", "watch"]
|
||||
- apiGroups: ["security.istio.io"]
|
||||
resources: ["authorizationpolicies"]
|
||||
verbs: ["create", "update", "delete", "get", "list", "watch"]
|
||||
@@ -0,0 +1,12 @@
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
metadata:
|
||||
name: kyverno:background-controller-generate-extra
|
||||
roleRef:
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
kind: ClusterRole
|
||||
name: kyverno:background-controller-generate-extra
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: kyverno-background-controller
|
||||
namespace: kyverno
|
||||
@@ -95,6 +95,8 @@ resources:
|
||||
|
||||
# dip
|
||||
- dip/cluster-policy.yaml
|
||||
- dip/cluster-role.yaml
|
||||
- dip/cluster-rolebinding.yaml
|
||||
|
||||
# Pod Security Standards
|
||||
# https://kubernetes.io/docs/concepts/security/pod-security-standards/
|
||||
|
||||
Reference in New Issue
Block a user