EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 6db0d3b0 authored by Bernhard Mallinger's avatar Bernhard Mallinger
Browse files

Revert "Fix typo in chart"

This reverts commit d833b037.
parent a947ffcb
No related branches found
No related tags found
No related merge requests found
Pipeline #21003 canceled
......@@ -53,7 +53,7 @@ spec:
name: {{ $fullName }}
port:
number: 80
{{- if .Values.config.enableHttpAccess }}
{{- if $.Values.config.enableHttpAccess }}
- path: /(http.*)
pathType: Prefix
backend:
......@@ -78,7 +78,7 @@ spec:
backend:
serviceName: {{ $fullName }}
servicePort: http
{{- if .Values.config.enableHttpAccess -}}
{{- if $.Values.config.enableHttpAccess -}}
- path: /(http.*)
backend:
serviceName: {{ $fullName }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment