Last active
August 6, 2019 19:45
-
-
Save 0sc/60b50236c97fc0093f72e6a38b175311 to your computer and use it in GitHub Desktop.
helm pod template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: Pod | |
metadata: | |
name: {{ template "simple-pod.fullname" . }} | |
labels: | |
{{ include "simple-pod.labels" . | indent 4 }} | |
spec: | |
containers: | |
- name: {{ .Chart.Name }} | |
image: {{ .Values.image }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment