Skip to content

Commit

Permalink
update to the v0.11 template path
Browse files Browse the repository at this point in the history
jcmoraisjr committed Nov 1, 2020
1 parent ad7e893 commit 7e3b7d7
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion haproxy-ingress/templates/_podtemplate.yaml
Original file line number Diff line number Diff line change
@@ -115,7 +115,7 @@ spec:
{{- if .Values.controller.template }}
volumeMounts:
- name: haproxy-template
mountPath: /etc/haproxy/template
mountPath: /etc/templates/haproxy
{{- end }}
resources:
{{- toYaml .Values.controller.resources | nindent 8 }}
2 changes: 1 addition & 1 deletion haproxy-ingress/templates/psp.yaml
Original file line number Diff line number Diff line change
@@ -34,6 +34,6 @@ spec:
fsGroup:
rule: 'RunAsAny'
allowedHostPaths:
- pathPrefix: /etc/haproxy/template
- pathPrefix: /etc/templates/haproxy
readOnly: false
{{- end }}

0 comments on commit 7e3b7d7

Please sign in to comment.