Remove the tpl fuction to allow more complex use cases

Signed-off-by: Guillaume Plessis <gui@endor.ai>
This commit is contained in:
Guillaume Plessis 2024-03-26 15:38:35 -07:00
parent 76c976bc2d
commit 3d58fb7019
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{{ range .Values.extraObjects }}
---
{{ tpl (toYaml .) $ }}
{{ tpl . $ }}
{{ end }}

View File

@ -1311,7 +1311,8 @@ startupapicheck:
# Create a dynamic manifests via values:
extraObjects: []
# - apiVersion: cert-manager.io/v1
# - |
# apiVersion: cert-manager.io/v1
# kind: ClusterIssuer
# metadata:
# name: letsencrypt-prod