eladkal commented on code in PR #35146: URL: https://github.com/apache/airflow/pull/35146#discussion_r1370056541
########## airflow/config_templates/config.yml: ########## @@ -2350,6 +2350,14 @@ triggerer: kerberos: description: ~ options: + mode: + description: | + Specify the mode in which kerberos container will run, can be sidecar mode vs init container mode. + The sidecar mode runs indefinitely but the init container mode performs kinit once and exits. + version_added: 2.7.3 Review Comment: It should be in kubernetes configs does it not? -- 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]
