oc-k8s/opencloud/charts/nats/templates/stateful-set.yaml

5 lines
183 B
YAML
Raw Normal View History

2024-11-29 10:30:47 +01:00
{{- include "nats.defaultValues" . }}
{{- with .Values.statefulSet }}
{{- include "nats.loadMergePatch" (merge (dict "file" "stateful-set/stateful-set.yaml" "ctx" $) .) }}
{{- end }}