Skip to content

Commit

Permalink
Merge pull request #731 from DSD-DBS/fix-ingress-class-name
Browse files Browse the repository at this point in the history
fix: Use ingress class name from the config correctly
  • Loading branch information
MoritzWeber0 authored Jun 1, 2023
2 parents fc5bd8a + 1090b58 commit 8e4345a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/config/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ docker:

k8s:
namespace: {{ .Values.backend.k8sSessionNamespace }}
{{- if .Values.ingressClassName }}
ingressClassName: {{ .Values.ingressClassName }}
{{- if .Values.cluster.namespaces.sessions.ingressClassName }}
ingressClassName: {{ .Values.cluster.namespaces.sessions.ingressClassName }}
{{- end }}
storageClassName: {{ .Values.backend.storageClassName }}
storageAccessMode: {{ .Values.backend.storageAccessMode }}
Expand Down

0 comments on commit 8e4345a

Please sign in to comment.