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 9e7af7c commit a07066fCopy full SHA for a07066f
.transpire.py
@@ -23,7 +23,7 @@ def objects():
23
ports=[15000],
24
)
25
# Export secrets to environment
26
- dep.pod_spec().with_configmap_env(name).with_secret_env(name)
+ dep.pod_spec().with_secret_env(name)
27
28
# Service
29
svc = Service(
0 commit comments