Skip to content

Instantly share code, notes, and snippets.

@0sc
Last active August 6, 2019 19:45
Show Gist options
  • Save 0sc/60b50236c97fc0093f72e6a38b175311 to your computer and use it in GitHub Desktop.
Save 0sc/60b50236c97fc0093f72e6a38b175311 to your computer and use it in GitHub Desktop.
helm pod template
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