Commit 3de12269 authored by ulnamachivayam's avatar ulnamachivayam

test changes

parent 0caf64a3
apiVersion: v1
kind: Pod
metadata:
name: "{{ include "project3179.fullname" . }}-test-connection"
name: "{{ include "project3000.fullname" . }}-test-connection"
labels:
app.kubernetes.io/name: {{ include "project3179.name" . }}
helm.sh/chart: {{ include "project3179.chart" . }}
app.kubernetes.io/name: {{ include "project3000.name" . }}
helm.sh/chart: {{ include "project3000.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
annotations:
......@@ -14,5 +14,5 @@ spec:
- name: wget
image: busybox
command: ['wget']
args: ['{{ include "project3179.fullname" . }}:{{ .Values.service.port }}']
args: ['{{ include "project3000.fullname" . }}:{{ .Values.service.port }}']
restartPolicy: Never
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment