mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 16:42:51 +00:00
* support for more helm template args * move templateArgs and unit tests to api/types * undo package name change * use our own simple helm chart instead of forking one * add argument to AsHelmArgs * code review * lint errors
6 lines
129 B
YAML
6 lines
129 B
YAML
apiVersion: {{ template "apiversion" . }}
|
|
kind: Pod
|
|
metadata:
|
|
name: {{ .Release.Name }}
|
|
annotations:
|
|
"helm.sh/hook": test |