apiVersion: v1 kind: Pod metadata: name: "{{ tpl .Values.identifier . }}-test-connection" annotations: "helm.sh/hook": test spec: containers: - name: wget image: busybox command: ['wget'] args: ['https://{{ tpl .Values.fqdn . }}'] restartPolicy: Never