mirror of https://github.com/helm/helm
This change has caused issues with numerous charts around things unrelated to toml. This is because of functions like typeIs/typeOf being used and acted upon. The change caused a significant regression. Closes #30880 Signed-off-by: Matt Farina <matt@mattfarina.com>pull/30885/head
parent
e6122aba27
commit
c5249c1f8d
@ -1,8 +0,0 @@
|
|||||||
---
|
|
||||||
# Source: issue-totoml/templates/configmap.yaml
|
|
||||||
apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: issue-totoml
|
|
||||||
data: |
|
|
||||||
key = 13
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
apiVersion: v2
|
|
||||||
name: issue-totoml
|
|
||||||
version: 0.1.0
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: issue-totoml
|
|
||||||
data: |
|
|
||||||
{{ .Values.global | toToml }}
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
global:
|
|
||||||
key: 13
|
|
||||||
Loading…
Reference in new issue