blob: 5ae87c657d40fd1dbdf82d2718123fefedf3426c [file] [log] [blame]
apiVersion: v1
kind: Pod
metadata:
name: "{{ include "step-certificates.fullname" . }}-test-connection"
labels:
{{ include "step-certificates.labels" . | indent 4 }}
annotations:
"helm.sh/hook": test-success
spec:
containers:
- name: wget
image: busybox
command: ['wget']
args: ['{{ include "step-certificates.fullname" . }}:{{ .Values.service.port }}']
restartPolicy: Never