Trying new names for chart in template

This commit is contained in:
Isaac Abadi
2020-12-31 15:32:07 -05:00
parent 85e2958be3
commit 9d6887a92c
4 changed files with 8 additions and 8 deletions

View File

@@ -2,9 +2,9 @@ apiVersion: v1
entries: entries:
youtubedl-material: youtubedl-material:
- apiVersion: v1 - apiVersion: v1
created: "2020-12-31T15:22:31.8456098-05:00" created: "2020-12-31T15:31:43.4246679-05:00"
description: A Material Design frontend for youtube-dl description: A Material Design frontend for youtube-dl
digest: 2cbf64b27dd86d945ce3a0ae58b904c3b6a1858552f9fdbf1e213ea73afbcf18 digest: a2721c05b79a25a01749ecd1412497eae2af8fe5b9a927490141d604796dc8c2
home: https://github.com/Tzahi12345/YoutubeDL-Material/ home: https://github.com/Tzahi12345/YoutubeDL-Material/
icon: https://i.imgur.com/IKOlr0N.png icon: https://i.imgur.com/IKOlr0N.png
keywords: keywords:
@@ -19,4 +19,4 @@ entries:
urls: urls:
- youtubedl-material-0.0.1.tgz - youtubedl-material-0.0.1.tgz
version: 0.0.1 version: 0.0.1
generated: "2020-12-31T15:22:31.8445778-05:00" generated: "2020-12-31T15:31:43.4236681-05:00"

View File

@@ -1,5 +1,5 @@
{{- if .Values.ingress.enabled -}} {{- if .Values.ingress.enabled -}}
{{- $fullName := include "youtubedl-material.fullname" . -}} {{- $fullName := include "ytdl-material.fullname" . -}}
{{- $svcPort := .Values.service.port -}} {{- $svcPort := .Values.service.port -}}
{{- if semverCompare ">=1.14-0" .Capabilities.KubeVersion.GitVersion -}} {{- if semverCompare ">=1.14-0" .Capabilities.KubeVersion.GitVersion -}}
apiVersion: networking.k8s.io/v1beta1 apiVersion: networking.k8s.io/v1beta1
@@ -10,7 +10,7 @@ kind: Ingress
metadata: metadata:
name: {{ $fullName }} name: {{ $fullName }}
labels: labels:
{{- include "youtubedl-material.labels" . | nindent 4 }} {{- include "ytdl-material.labels" . | nindent 4 }}
{{- with .Values.ingress.annotations }} {{- with .Values.ingress.annotations }}
annotations: annotations:
{{- toYaml . | nindent 4 }} {{- toYaml . | nindent 4 }}

View File

@@ -1,9 +1,9 @@
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: {{ include "youtubedl-material.fullname" . }} name: {{ include "ytdl-material.fullname" . }}
labels: labels:
{{- include "youtubedl-material.labels" . | nindent 4 }} {{- include "ytdl-material.labels" . | nindent 4 }}
spec: spec:
type: {{ .Values.service.type }} type: {{ .Values.service.type }}
ports: ports:
@@ -12,4 +12,4 @@ spec:
protocol: TCP protocol: TCP
name: http name: http
selector: selector:
{{- include "youtubedl-material.selectorLabels" . | nindent 4 }} {{- include "ytdl-material.selectorLabels" . | nindent 4 }}