8000 add helm tests · nginx/kubernetes-ingress@29f7e9b · GitHub
[go: up one dir, main page]

Skip to content

Commit 29f7e9b

Browse files
committed
add helm tests
Signed-off-by: Haywood Shannon <5781935+haywoodsh@users.noreply.github.com> Signed-off-by: Haywood Shannon <5781935+haywoodsh@users.noreply.github.com>
1 parent 050b0e2 commit 29f7e9b

File tree

8 files changed

+3266
-811
lines changed

8 files changed

+3266
-811
lines changed

charts/nginx-ingress/templates/_helpers.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ List of volumes for controller.
403403
- name: nginx-log
404404
emptyDir: {}
405405
{{- else if .Values.controller.cache.enableShared }}
406-
- name: {{ .Values.controller.cache.sharedPVCName }}
406+
- name: nginx-cache
407407
persistentVolumeClaim:
408408
claimName: {{ .Values.controller.cache.sharedPVCName }}
409409
{{- end }}
@@ -467,7 +467,7 @@ volumeMounts:
467467
name: nginx-log
468468
{{- else if .Values.controller.cache.enableShared }}
469469
- mountPath: /var/cache/nginx
470-
name: {{ .Values.controller.cache.sharedPVCName }}
470+
name: nginx-cache
471471
{{- end }}
472472
{{- if .Values.controller.appprotect.v5 }}
473473
- name: app-protect-bd-config

0 commit comments

Comments
 (0)
0