GoogleCloudPlatform / flink-on-k8s-operator

[DEPRECATED] Kubernetes operator for managing the lifecycle of Apache Flink and Beam applications.
Apache License 2.0
657 stars 265 forks source link

Fix a typo in helm-chart/flink-job-cluster default values #419

Closed blampe closed 3 years ago

blampe commented 3 years ago

When deploying the chart with default values you see an error like this:

Helm upgrade failed: failed to create resource: FlinkCluster.flinkoperator.k8s.io "flink-flink-cluster-flink-job-cluster" is invalid: spec.job.parallelism: Invalid value: "null": spec.job.parallelism in body must be of type integer: "null"

Fixing the typo here resolves the issue.