Saw this error when creating a job: > unable to create object: admission webhook " > validationwebhook.flink.apache.org" denied the request: Forbidden Flink > config key: kubernetes.namespace
Looking through the source code, I see these are forbidden config keys, but could not find any explanation for why searching through blame and old PR's. Do we not need this for HA setup with FlinkDeployment CRD? https://github.com/apache/flink-kubernetes-operator/blob/d43e1ca9050e83b492b2e16b0220afdba4ffa646/flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/validation/DefaultValidator.java#L64-L69 Thanks, Nathan