zhoulii commented on a change in pull request #12899: URL: https://github.com/apache/flink/pull/12899#discussion_r476050973
########## File path: flink-kubernetes/src/main/java/org/apache/flink/kubernetes/configuration/KubernetesConfigOptions.java ########## @@ -221,6 +221,21 @@ /** Defines the configuration key of that external resource in Kubernetes. This is used as a suffix in an actual config. */ public static final String EXTERNAL_RESOURCE_KUBERNETES_CONFIG_KEY_SUFFIX = "kubernetes.config-key"; + public static final ConfigOption<Map<String, String>> KUBERNETES_SECRETS = + key("kubernetes.secrets") + .mapType() + .noDefaultValue() + .withDescription("The user-specified secrets that will be mounted into Flink container. The value should be in " + + "the form of foo:/opt/secrets-foo,bar:/opt/secrets-bar."); Review comment: add some description in [native_kubernetes.md](https://github.com/apache/flink/pull/12899/files#diff-8ac5ff0acb9a268297bd157249c52acdR214) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org