mirror of https://github.com/helm/helm
This reverts #13533 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. Note: This kind of change can be put into v3 charts, that are in active development, without causing a regression. Closes #30880 Signed-off-by: Matt Farina <matt@mattfarina.com>revert-toml-change
parent
334045d002
commit
cf7613ba6b
@ -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