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 4c45589 commit 4e8e175Copy full SHA for 4e8e175
.transpire.py
@@ -59,6 +59,10 @@ def objects():
59
dep.obj.spec.template.spec.containers[0].volume_mounts = [
60
{"name": "secrets", "mountPath": "/opt/share/secrets/rt"},
61
]
62
+
63
+ dep.obj.spec.template.spec.containers[0].env = [
64
+ {"name": "SERVER_NAME", "value": "rt.ocf.berkeley.edu"},
65
+ ]
66
67
# also set the container used in deployment
68
dep.obj.spec.template.spec.containers[0].name = "rt-nginx"
0 commit comments