File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -31,4 +31,4 @@ RUN chown -R app:app ./
31
31
32
32
USER app
33
33
34
- CMD ["./connector" ]
34
+ CMD ["./connector" ]
Original file line number Diff line number Diff line change @@ -31,4 +31,4 @@ RUN chown -R app:app ./
31
31
32
32
USER app
33
33
34
- CMD ["./connector"]
34
+ CMD ["./connector"]
Original file line number Diff line number Diff line change @@ -32,10 +32,18 @@ For further details and naming see the [vSphere Web Services API](https://code.v
32
32
33
33
You can pass credentials via arguments (not recommended).
34
34
35
+ ``` sh
36
+ ./vcenter-connector \
37
+ -vc-user=" admin" \
38
+ -vc-pass=" test1234" \
39
+ ```
40
+
35
41
Or use a secret and pass the name:
36
42
37
43
``` sh
38
44
./vcenter-connector \
45
+ -vc-user=" " \
46
+ -vc-pass=" " \
39
47
-vc-user-secret-name=vcenter1-username \
40
48
-vc-password-secret-name=vcenter1-password
41
49
```
You can’t perform that action at this time.
0 commit comments