File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ name: pinniped
2222sources :
2323 - https://github.com/bitnami/containers/tree/main/bitnami/pinniped
2424 - https://github.com/vmware-tanzu/pinniped/
25- version : 0.3.0
25+ version : 0.3.1
Original file line number Diff line number Diff line change 3131 {{- if eq "true" (include "common.ingress.supportsPathType" .) }}
3232 pathType : {{ .Values.supervisor.ingress.pathType }}
3333 {{- end }}
34- backend : {{- include "common.ingress.backend" (dict "serviceName" (include "common.names .fullname" .) "servicePort" "https" "context" $) | nindent 14 }}
34+ backend : {{- include "common.ingress.backend" (dict "serviceName" (include "pinniped.supervisor .fullname" .) "servicePort" "https" "context" $) | nindent 14 }}
3535 {{- end }}
3636 {{- range .Values.supervisor.ingress.extraHosts }}
3737 - host : {{ .name | quote }}
4141 {{- if eq "true" (include "common.ingress.supportsPathType" $) }}
4242 pathType : {{ default "ImplementationSpecific" .pathType }}
4343 {{- end }}
44- backend : {{- include "common.ingress.backend" (dict "serviceName" (include "common.names .fullname" $) "servicePort" "https" "context" $) | nindent 14 }}
44+ backend : {{- include "common.ingress.backend" (dict "serviceName" (include "pinniped.supervisor .fullname" $) "servicePort" "https" "context" $) | nindent 14 }}
4545 {{- end }}
4646 {{- if .Values.supervisor.ingress.extraRules }}
4747 {{- include "common.tplvalues.render" (dict "value" .Values.supervisor.ingress.extraRules "context" $) | nindent 4 }}
You can’t perform that action at this time.
0 commit comments