update kubeflow/1.9.0-2

This commit is contained in:
Woochangho
2025-06-18 18:30:29 +09:00
parent 85edf5576a
commit 2f70010587
3 changed files with 28 additions and 0 deletions
+14
View File
@@ -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
+2
View File
@@ -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/