Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
kubernetes-operator-0.1.0
-
None
Description
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.
Attachments
Issue Links
- is superceded by
-
SPARK-49468 Hot Properties Reload E2E Test
- Resolved
- links to