softplayer-helm-lib/charts/workload/templates/deployment/_deployment.tpl

12 lines
424 B
Smarty
Raw Normal View History

2024-05-13 15:20:21 +00:00
{{- 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 -}}