12 lines
424 B
Smarty
12 lines
424 B
Smarty
{{- define "lib.deployment" -}}
|
|
# ---------------------------------------------------------------------
|
|
# The deployment is build within 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 -}}
|
|
|