Commit 66653b71 authored by Waqar Ahmed's avatar Waqar Ahmed

Add deployment test for ix-chart

parent b75422d7
apiVersion: v1
kind: Pod
metadata:
name: "{{ .Release.Name }}-deployment-test"
annotations:
"helm.sh/hook": test
spec:
containers:
- name: {{ .Release.Name }}-deployment-test
image: "busybox"
command:
- nc
args:
- "-vz"
- "{{ .Release.Name }}-ix-chart"
- "80"
restartPolicy: Never
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