aboutsummaryrefslogtreecommitdiffstats
path: root/src/k8splugin/mock_files/mock_charts/mockv3/templates/tests/test.yaml
blob: 8a9d0b4964be232c707c1c545b83819415f3634a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
apiVersion: v1
kind: Pod
metadata:
  name: "{{ .Release.Name }}-dummy-test"
  annotations:
    "helm.sh/hook": test
spec:
  restartPolicy: Never
  containers:
    - name: "{{ .Release.Name }}-dummy-test"
      image: busybox
      command:
        - /bin/sh
        - -exc
        - "true"