Skip to content

Commit 3e24dae

Browse files
srm09sbueringer
andauthored
📖 Adds kustomize substitutions for vSphere (#7517)
* Adds kustomize subs fopr vSphere Signed-off-by: Sagar Muchhal <[email protected]> * Update docs/book/src/developer/tilt.md Co-authored-by: Stefan Büringer <[email protected]> Signed-off-by: Sagar Muchhal <[email protected]> Co-authored-by: Stefan Büringer <[email protected]>
1 parent 5eaf9e3 commit 3e24dae

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/book/src/developer/tilt.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ kustomize_substitutions:
100100
EXP_RUNTIME_SDK: "true"
101101
```
102102

103-
{{#tabs name:"tab-tilt-kustomize-substitution" tabs:"AWS,Azure,DigitalOcean,GCP"}}
103+
{{#tabs name:"tab-tilt-kustomize-substitution" tabs:"AWS,Azure,DigitalOcean,GCP,vSphere"}}
104104
{{#tab AWS}}
105105

106106
For example, if the yaml contains `${AWS_B64ENCODED_CREDENTIALS}`, you could do the following:
@@ -169,6 +169,15 @@ kustomize_substitutions:
169169
GCP_B64ENCODED_CREDENTIALS: "your credentials here"
170170
```
171171

172+
{{#/tab }}
173+
{{#tab vSphere}}
174+
175+
```yaml
176+
kustomize_substitutions:
177+
VSPHERE_USERNAME: "[email protected]"
178+
VSPHERE_PASSWORD: "Admin123"
179+
```
180+
172181
{{#/tab }}
173182
{{#/tabs }}
174183

0 commit comments

Comments
 (0)