File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ You can create a Secret using the RunPod Web interface or the RunPod API.
20
20
21
21
::: note
22
22
23
- Once a Secret is created, it cannot be viewed.
24
- If you need to change the Secret, you must create a new one or edit the Secret Value.
23
+ Once a Secret is created, its value cannot be viewed.
24
+ If you need to change the Secret, you must create a new one or [ modify the Secret Value] ( #modify-a-secret ) .
25
25
26
26
:::
27
27
@@ -52,7 +52,7 @@ You can reference your Secret directly or select it from the Web interface when
52
52
53
53
** Reference your Secret directly**
54
54
55
- You can reference your Secret directly in the Environment Variables section of your Pod template.
55
+ You can reference your Secret directly in the [ Environment Variables] ( /pods/references/environment-variables ) section of your Pod template.
56
56
To reference your Secret, reference it's key appended to the ` RUNPOD_SECRET_ ` prefix.
57
57
For example:
58
58
You can’t perform that action at this time.
0 commit comments