mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-09-01 00:57:17 +00:00
9 lines
141 B
YAML
9 lines
141 B
YAML
{{- range .Values.tap.extraObjects }}
|
|
---
|
|
{{- if kindIs "string" . }}
|
|
{{ tpl . $ }}
|
|
{{- else }}
|
|
{{ tpl (toYaml .) $ }}
|
|
{{- end }}
|
|
{{- end }}
|