File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 132132 # container to use. env_vars is templated.
133133 env_vars = {
134134 'EXAMPLE_VAR' : '/example/value' ,
135- 'GOOGLE_APPLICATION_CREDENTIALS' : '/var/secrets/google/service-account.json' })
135+ 'GOOGLE_APPLICATION_CREDENTIALS' : '/var/secrets/google/service-account.json ' })
136136 # [END composer_kubernetespodoperator_secretconfig_airflow_1]
137137 # [START composer_kubernetespodaffinity_airflow_1]
138138 kubernetes_affinity_ex = kubernetes_pod_operator .KubernetesPodOperator (
Original file line number Diff line number Diff line change 132132 # container to use. env_vars is templated.
133133 env_vars = {
134134 'EXAMPLE_VAR' : '/example/value' ,
135- 'GOOGLE_APPLICATION_CREDENTIALS' : '/var/secrets/google/service-account.json' })
135+ 'GOOGLE_APPLICATION_CREDENTIALS' : '/var/secrets/google/service-account.json ' })
136136 # [END composer_kubernetespodoperator_secretconfig]
137137 # [START composer_kubernetespodaffinity]
138138 kubernetes_affinity_ex = KubernetesPodOperator (
You can’t perform that action at this time.
0 commit comments