Adding dependencies, binary autostart
This commit is contained in:
8
opencloud/charts/loki/templates/extra-manifests.yaml
Normal file
8
opencloud/charts/loki/templates/extra-manifests.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
{{- range .Values.extraObjects }}
|
||||
---
|
||||
{{- if kindIs "map" . }}
|
||||
{{ tpl (toYaml .) $ }}
|
||||
{{- else }}
|
||||
{{ tpl . $ }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user