Skip to content

Commit a08356d

Browse files
authored
Merge pull request #5 from PaloAltoNetworks/bugfix/openshift-perms
fix: add config.openshift.io/infrastructures object to permissions
2 parents 72f12cd + fc582b6 commit a08356d

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.8
5+
version: 1.0.9
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
@@ -138,7 +138,7 @@ system:
138138
openshift-permissions:
139139
rules:
140140
- apiGroups: ["config.openshift.io"]
141-
resources: ["clusterversions", "apiservers", "authentications", "clusteroperators", "oauths"]
141+
resources: ["clusterversions", "apiservers", "authentications", "clusteroperators", "oauths", "infrastructures"]
142142
verbs: ["get", "list", "watch"]
143143
- apiGroups: ["aro.openshift.io"]
144144
resources: ["clusters"]

0 commit comments

Comments
 (0)