oc-k8s/opencloud/charts/nats/templates/nats-box/deployment.yaml
2024-11-29 10:30:47 +01:00

9 lines
249 B
YAML

{{- include "nats.defaultValues" . }}
{{- with .Values.natsBox }}
{{- if .enabled }}
{{- with .deployment }}
{{- include "nats.loadMergePatch" (merge (dict "file" "nats-box/deployment/deployment.yaml" "ctx" $) .) }}
{{- end }}
{{- end }}
{{- end }}