surahman edited a comment on pull request #3710: URL: https://github.com/apache/incubator-heron/pull/3710#issuecomment-934905204
Sysadmins will probably want a kill switch for this feature, and as such a boot flag that will turn this off must be provided. Any idea on if the `-D` boot/command line flag for the `heron-apiserver` adds the Key-Value pair to the `Config` object? I have base logic completed, and I am writing the test suite. ```bash heron-apiserver --base-template kubernetes --cluster kubernetes <ALL OTHER -D FLAG PARAMETERS> -D heron.kubernetes.pod.template.configmap.disabled=true ``` **_Edit:_** I am confirming this feature as working. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
