Skip to content

Commit 67f9edb

Browse files
authored
Update .transpire.py
1 parent 2670c7e commit 67f9edb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.transpire.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ def objects():
1515
path_prefix="/",
1616
)
1717

18-
# TODO: Secrets
1918
sec = Secret(
2019
name=name,
2120
string_data={
@@ -28,7 +27,8 @@ def objects():
2827
image=get_image_tag("ocfdocs"),
2928
ports=[15000],
3029
)
31-
deplop.pod_spec().with_configmap_env(name).with_secret_env(name)
30+
# Export secrets to environemtn
31+
dep.pod_spec().with_configmap_env(name).with_secret_env(name)
3232

3333
svc = Service(
3434
name=name,

0 commit comments

Comments
 (0)