[DO-1377] rename chart

This commit is contained in:
Rustam Tagaev
2024-12-02 12:25:28 +03:00
parent f805045dcb
commit 596607b291
11 changed files with 35 additions and 47 deletions

View File

@@ -1,5 +1,5 @@
{{- if .Values.ingress.enabled -}}
{{- $fullName := include "myHelmChart.fullname" . -}}
{{- $fullName := include "openresty.fullname" . -}}
{{- $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") }}
@@ -17,7 +17,7 @@ kind: Ingress
metadata:
name: {{ $fullName }}
labels:
{{- include "myHelmChart.labels" . | nindent 4 }}
{{- include "openresty.labels" . | nindent 4 }}
{{- with .Values.ingress.annotations }}
annotations:
{{- toYaml . | nindent 4 }}