Skip to content

Commit 8202149

Browse files
authored
add scc patch permissions (#21)
1 parent e49935b commit 8202149

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/konnector/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: konnector
33
description: Deploys Palo Alto Networks' Cortex KSPM connector for advanced Kubernetes security posture management.
44
type: application
5-
version: 1.0.22
5+
version: 1.0.23
66
appVersion: "1.0.0"
77
maintainers:
88
- name: Palo Alto Networks - Cortex KSPM team

charts/konnector/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ system:
161161
verbs: ["get", "list", "watch"]
162162
- apiGroups: ["security.openshift.io"]
163163
resources: ["securitycontextconstraints"]
164-
verbs: ["get", "list", "watch", "create", "delete"]
164+
verbs: ["get", "list", "watch", "patch", "create", "delete"]
165165
konnector-otel:
166166
rules:
167167
- apiGroups: [""]

0 commit comments

Comments
 (0)