12 lines
425 B
Smarty
12 lines
425 B
Smarty
|
{{- define "lib.deployment" -}}
|
||
|
# ---------------------------------------------------------------------
|
||
|
# The deployment is build withing the helm library
|
||
|
# please check the lib/tempaltes/deployment/base
|
||
|
# ---------------------------------------------------------------------
|
||
|
apiVersion: apps/v1
|
||
|
kind: Deployment
|
||
|
{{- include "lib.metadata" (dict "Context" . "customName" "")}}
|
||
|
{{- include "deployment.spec" . }}
|
||
|
{{- end -}}
|
||
|
|