blob: dd50c048087ea556008a0acc476ba92c75f59b1d [file] [log] [blame]
Giorgi Lekveishvili0ba5e402024-03-20 15:56:30 +04001apiVersion: v1
2kind: Pod
3metadata:
4 name: "{{ .Release.Name }}-smoke-test"
5 annotations:
6 "helm.sh/hook": test
7spec:
8 containers:
9 - name: hook1-container
10 image: curlimages/curl
11 imagePullPolicy: IfNotPresent
12 command: ['sh', '-c', 'curl http://{{ template "pihole.fullname" . }}-web:80/']
13 restartPolicy: Never
14 terminationGracePeriodSeconds: 0