github.com/loafoe/helm@v1.0.1/cmd/helm/testdata/testcharts/subchart/templates/tests/test-nothing.yaml (about) 1 apiVersion: v1 2 kind: Pod 3 metadata: 4 name: "{{ .Release.Name }}-test" 5 annotations: 6 "helm.sh/hook": test 7 spec: 8 containers: 9 - name: test 10 image: "alpine:latest" 11 envFrom: 12 - configMapRef: 13 name: "{{ .Release.Name }}-testconfig" 14 command: 15 - echo 16 - "$message" 17 restartPolicy: Never