Zhou JIANG created SPARK-49465:
----------------------------------
Summary: Fix example props override in helm chart
operatorConfiguration.dynamicConfig.data
Key: SPARK-49465
URL: https://issues.apache.org/jira/browse/SPARK-49465
Project: Spark
Issue Type: Sub-task
Components: k8s
Affects Versions: kubernetes-operator-0.1.0
Reporter: Zhou JIANG
Existing values include an example override line for
`operatorConfiguration.dynamicConfig.data` :
```
spark.kubernetes.operator.reconciler.intervalSeconds: 60
```
This could cause failures at installation:
```
Error: INSTALLATION FAILED: ConfigMap in version "v1" cannot be handled as a
ConfigMap: json: cannot unmarshal number into Go struct field ConfigMap.data of
type string
```
In fact, all key-value pairs are consumed as strings by operator.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]