Fix configmap to inject arbitrary data with binaryData
[pti/o2.git] / charts / templates / serverkey_config.yaml
index 1949ff5..c8b8882 100644 (file)
@@ -23,6 +23,5 @@ metadata:
     app: {{ include "orano2.name" . }}
     chart: {{ .Chart.Name }}
 # ...
-data:
-  config.json: |
-{{ .Values.serverkeyconfig | indent 4 }}
+binaryData:
+  config.json: {{ .Values.serverkeyconfig }}