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

12 lines
425 B
Smarty
Raw Normal View History

2024-05-05 16:51:37 +00:00
{{- 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 -}}