open-appsec helm chart update Mon Feb 19 17:27:50 IST 2024

This commit is contained in:
Ned Wright
2024-02-19 17:27:50 +02:00
parent 4e6ed5734a
commit 3afc4acfc5
34 changed files with 1151 additions and 211 deletions

View File

@@ -1647,6 +1647,24 @@ resource roles into their separate templates.
- get
- list
- watch
{{- if (semverCompare ">= 3.1.0" (include "kong.effectiveVersion" .Values.ingressController.image)) }}
- apiGroups:
- configuration.konghq.com
resources:
- konglicenses
verbs:
- get
- list
- watch
- apiGroups:
- configuration.konghq.com
resources:
- konglicenses/status
verbs:
- get
- patch
- update
{{- end -}}
{{- end -}}
{{/*