File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
charts/ingress-nginx/templates Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 3030 {{- if or .Values.controller.podAnnotations (and .Values.controller.wallarm.enabled (not .Values.controller.wallarm.existingSecret.enabled)) }}
3131 annotations :
3232 {{- if .Values.controller.wallarm.enabled }}
33+ wallarm-enabled : " true"
3334 checksum/cron : {{ .Values.controller.wallarm.cron | toJson | sha256sum }}
3435 {{- if not .Values.controller.wallarm.existingSecret.enabled }}
3536 checksum/token : {{ .Values.controller.wallarm.token | sha256sum }}
Original file line number Diff line number Diff line change 3333 {{- if or .Values.controller.podAnnotations (and .Values.controller.wallarm.enabled (not .Values.controller.wallarm.existingSecret.enabled)) }}
3434 annotations :
3535 {{- if .Values.controller.wallarm.enabled }}
36+ wallarm-enabled : " true"
3637 checksum/cron : {{ .Values.controller.wallarm.cron | toJson | sha256sum }}
3738 {{- if not .Values.controller.wallarm.existingSecret.enabled }}
3839 checksum/token : {{ .Values.controller.wallarm.token | sha256sum }}
You can’t perform that action at this time.
0 commit comments