tatort.fullname
This commit is contained in:
@@ -2,5 +2,5 @@ apiVersion: v2
|
||||
name: tatort
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
version: 0.1.0
|
||||
version: "0.1.0"
|
||||
appVersion: "0.0.1"
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: {{ include "tatort,fullname" . }}
|
||||
name: {{ include "tatort.fullname" . }}
|
||||
labels:
|
||||
{{- include "tatort,labels" . | nindent 4 }}
|
||||
{{- include "tatort.labels" . | nindent 4 }}
|
||||
spec:
|
||||
{{- if not .Values.autoscaling.enabled }}
|
||||
replicas: {{ .Values.replicaCount }}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: {{ include tatort.fullname . }}
|
||||
name: {{ include "tatort.fullname" . }}
|
||||
labels:
|
||||
{{- include "tatort.labels" . | nindent 4 }}
|
||||
spec:
|
||||
|
||||
@@ -6,8 +6,8 @@ image:
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
fullnameOverride: ""
|
||||
nameOverride: "tatort"
|
||||
fullnameOverride: "tatort"
|
||||
|
||||
serviceAccount:
|
||||
# Specifies whether a service account should be created
|
||||
|
||||
Reference in New Issue
Block a user