File tree 2 files changed +2
-0
lines changed
charts/ingress-nginx/templates
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 30
30
{{- if or .Values.controller.podAnnotations (and .Values.controller.wallarm.enabled (not .Values.controller.wallarm.existingSecret.enabled)) }}
31
31
annotations :
32
32
{{- if .Values.controller.wallarm.enabled }}
33
+ wallarm-enabled : " true"
33
34
checksum/cron : {{ .Values.controller.wallarm.cron | toJson | sha256sum }}
34
35
{{- if not .Values.controller.wallarm.existingSecret.enabled }}
35
36
checksum/token : {{ .Values.controller.wallarm.token | sha256sum }}
Original file line number Diff line number Diff line change 33
33
{{- if or .Values.controller.podAnnotations (and .Values.controller.wallarm.enabled (not .Values.controller.wallarm.existingSecret.enabled)) }}
34
34
annotations :
35
35
{{- if .Values.controller.wallarm.enabled }}
36
+ wallarm-enabled : " true"
36
37
checksum/cron : {{ .Values.controller.wallarm.cron | toJson | sha256sum }}
37
38
{{- if not .Values.controller.wallarm.existingSecret.enabled }}
38
39
checksum/token : {{ .Values.controller.wallarm.token | sha256sum }}
You can’t perform that action at this time.
0 commit comments