tatort name hinzugefuegt

This commit is contained in:
titver968
2025-03-04 11:36:36 +01:00
parent 754e483fcb
commit 2b1cc777b5
7 changed files with 27 additions and 27 deletions

View File

@@ -1,9 +1,9 @@
apiVersion: v1
kind: Pod
metadata:
name: "{{ include "..fullname" . }}-test-connection"
name: "{{ include "tatort.fullname" . }}-test-connection"
labels:
{{- include "..labels" . | nindent 4 }}
{{- include "tatort.labels" . | nindent 4 }}
annotations:
"helm.sh/hook": test
spec:
@@ -11,5 +11,5 @@ spec:
- name: wget
image: busybox
command: ['wget']
args: ['{{ include "..fullname" . }}:{{ .Values.service.port }}']
args: ['{{ include "tatort.fullname" . }}:{{ .Values.service.port }}']
restartPolicy: Never