Skip to content

Commit 7073ec1

Browse files
leahecolenicain
andauthored
fix space, add cmd (#9548)
Co-authored-by: nicain <nicholascain@google.com>
1 parent 49ca78d commit 7073ec1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

composer/workflows/kubernetes_pod_operator_c2.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,13 @@
142142
# The secrets to pass to Pod, the Pod will fail to create if the
143143
# secrets you specify in a Secret object do not exist in Kubernetes.
144144
secrets=[secret_env, secret_volume],
145+
cmds=["echo"],
146+
145147
# env_vars allows you to specify environment variables for your
146148
# container to use. env_vars is templated.
147149
env_vars={
148150
"EXAMPLE_VAR": "/example/value",
149-
"GOOGLE_APPLICATION_CREDENTIALS": "/var/secrets/google/service-account.json ",
151+
"GOOGLE_APPLICATION_CREDENTIALS": "/var/secrets/google/service-account.json",
150152
},
151153
# Specifies path to kubernetes config. If no config is specified will
152154
# default to '~/.kube/config'. The config_file is templated.

0 commit comments

Comments
 (0)