We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087c920 commit 20f6e33Copy full SHA for 20f6e33
.transpire.py
@@ -58,7 +58,7 @@ def objects():
58
dep.obj.spec.template.spec.dns_policy = "ClusterFirst"
59
dep.obj.spec.template.spec.dns_config = {"searches": ["ocf.berkeley.edu"]}
60
61
- dep.pod_spect().with_secret_env("keycloak-secret")
+ dep.pod_spec().with_secret_env("keycloak-secret")
62
63
# build all objects and yield.
64
yield svc.build()
0 commit comments