Remove the tpl fuction to allow more complex use cases
Signed-off-by: Guillaume Plessis <gui@endor.ai>
This commit is contained in:
parent
76c976bc2d
commit
3d58fb7019
@ -1,4 +1,4 @@
|
||||
{{ range .Values.extraObjects }}
|
||||
---
|
||||
{{ tpl (toYaml .) $ }}
|
||||
{{ tpl . $ }}
|
||||
{{ end }}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user