We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ca78d commit 7073ec1Copy full SHA for 7073ec1
1 file changed
composer/workflows/kubernetes_pod_operator_c2.py
@@ -142,11 +142,13 @@
142
# The secrets to pass to Pod, the Pod will fail to create if the
143
# secrets you specify in a Secret object do not exist in Kubernetes.
144
secrets=[secret_env, secret_volume],
145
+ cmds=["echo"],
146
+
147
# env_vars allows you to specify environment variables for your
148
# container to use. env_vars is templated.
149
env_vars={
150
"EXAMPLE_VAR": "/example/value",
- "GOOGLE_APPLICATION_CREDENTIALS": "/var/secrets/google/service-account.json ",
151
+ "GOOGLE_APPLICATION_CREDENTIALS": "/var/secrets/google/service-account.json",
152
},
153
# Specifies path to kubernetes config. If no config is specified will
154
# default to '~/.kube/config'. The config_file is templated.
0 commit comments