Skip to content

Commit a07066f

Browse files
authored
fix: secret
1 parent 9e7af7c commit a07066f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.transpire.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def objects():
2323
ports=[15000],
2424
)
2525
# Export secrets to environment
26-
dep.pod_spec().with_configmap_env(name).with_secret_env(name)
26+
dep.pod_spec().with_secret_env(name)
2727

2828
# Service
2929
svc = Service(

0 commit comments

Comments
 (0)