ungleich-k8s/apps/chartmuseum/templates/tests/test-connection.yaml

14 lines
286 B
YAML
Raw Normal View History

2021-07-19 21:05:30 +00:00
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