Skip to content

Commit

Permalink
ing 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Junseokee committed Jun 14, 2023
1 parent f60edcc commit 4baa00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- if .Values.ingress.enabled -}}
{{- $fullName := include "bibot.fullname" . -}}
{{- $ServiceName := (splitList "-" $fullName )._0 -}}
{{- $ServiceName := (split "-" $fullName )._0 -}}
{{- $svcPort := .Values.service.port -}}
{{- if and .Values.ingress.className (not (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion)) }}
{{- if not (hasKey .Values.ingress.annotations "kubernetes.io/ingress.class") }}
Expand Down

0 comments on commit 4baa00b

Please sign in to comment.