You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/01/24 09:15:24 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #13828: Fix kerberos envs for workers in helm chart

mik-laj commented on a change in pull request #13828:
URL: https://github.com/apache/airflow/pull/13828#discussion_r563262259



##########
File path: chart/templates/workers/worker-deployment.yaml
##########
@@ -158,6 +158,12 @@ spec:
           env:
           {{- include "custom_airflow_environment" . | indent 10 }}
           {{- include "standard_airflow_environment" . | indent 10 }}
+        {{- if .Values.workers.kerberosSidecar.enabled }}
+            - name: KRB5_CONFIG
+              value:  {{ .Values.kerberos.configPath | quote }}
+            - name: KRB5CCNAME
+              value:  {{ include "kerberos_ccache_path" . | quote }}
+        {{- end }}

Review comment:
       ```suggestion
             {{- if .Values.workers.kerberosSidecar.enabled }}
               - name: KRB5_CONFIG
                 value:  {{ .Values.kerberos.configPath | quote }}
               - name: KRB5CCNAME
                 value:  {{ include "kerberos_ccache_path" . | quote }}
             {{- end }}
   ```




----------------------------------------------------------------
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:
users@infra.apache.org