Skip to content

Commit

Permalink
Ability to turn off API Firewall functionality - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy Dmitriev authored and 134171E committed Dec 26, 2023
1 parent 654fbf8 commit 10c2e79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/ingress-nginx/templates/controller-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,9 @@ spec:
{{- if .Values.controller.wallarm.enabled }}
{{ include "ingress-nginx.wallarmCronContainer" . | nindent 8 }}
{{ include "ingress-nginx.wallarmCollectdContainer" . | nindent 8 }}
{{- if .Values.controller.wallarm.apifirewall.enabled }}
{{ include "ingress-nginx.wallarmApifirewallContainer" . | nindent 8 }}
{{- end }}
{{- end }}
{{- if (or .Values.controller.extraInitContainers .Values.controller.extraModules .Values.controller.opentelemetry.enabled .Values.controller.wallarm.enabled) }}
initContainers:
Expand Down
2 changes: 2 additions & 0 deletions charts/ingress-nginx/templates/controller-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,9 @@ spec:
{{- if .Values.controller.wallarm.enabled }}
{{ include "ingress-nginx.wallarmCronContainer" . | nindent 8 }}
{{ include "ingress-nginx.wallarmCollectdContainer" . | nindent 8 }}
{{- if .Values.controller.wallarm.apifirewall.enabled }}
{{ include "ingress-nginx.wallarmApifirewallContainer" . | nindent 8 }}
{{- end }}
{{- end }}
{{- if (or .Values.controller.extraInitContainers .Values.controller.extraModules .Values.controller.opentelemetry.enabled .Values.controller.wallarm.enabled) }}
initContainers:
Expand Down

0 comments on commit 10c2e79

Please sign in to comment.