softplayer-helm-lib/charts/testing/templates/deployment/_deployment.tpl
2024-05-05 18:51:37 +02:00

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 -}}