mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-29 19:24:26 +03:00
Updating open-appsec helm charts
This commit is contained in:
@@ -252,8 +252,10 @@ spec:
|
||||
externalTrafficPolicy: {{ .externalTrafficPolicy }}
|
||||
{{- end }}
|
||||
{{- if .clusterIP }}
|
||||
{{- if (or (not (eq .clusterIP "None")) (and (eq .type "ClusterIP") (eq .clusterIP "None"))) }}
|
||||
clusterIP: {{ .clusterIP }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
selector:
|
||||
{{- .selectorLabels | nindent 4 }}
|
||||
{{- end -}}
|
||||
@@ -1267,6 +1269,25 @@ resource roles into their separate templates.
|
||||
- namespaces
|
||||
verbs:
|
||||
- list
|
||||
{{- if and (semverCompare ">= 3.1.0" (include "kong.effectiveVersion" .Values.ingressController.image))
|
||||
(contains (print .Values.ingressController.env.feature_gates) "KongServiceFacade=true") }}
|
||||
- apiGroups:
|
||||
- incubator.ingress-controller.konghq.com
|
||||
resources:
|
||||
- kongservicefacades
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
- watch
|
||||
- apiGroups:
|
||||
- incubator.ingress-controller.konghq.com
|
||||
resources:
|
||||
- kongservicefacades/status
|
||||
verbs:
|
||||
- get
|
||||
- patch
|
||||
- update
|
||||
{{- end }}
|
||||
{{- if (semverCompare ">= 3.0.0" (include "kong.effectiveVersion" .Values.ingressController.image)) }}
|
||||
- apiGroups:
|
||||
- configuration.konghq.com
|
||||
|
Reference in New Issue
Block a user