File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -13,23 +13,23 @@ spec:
1313 address : 192.168.5.2:9339
1414 secretRef :
1515 name : secret-basic-auth
16- bootstrap :
17- # The bootstrap configuration can also be defined in a ConfigMap or Secret as follows:
18- # template :
19- # secretRef:
20- # name: leaf1-bootstrap
21- # key: setup.cfg
22- # --- or ---
23- # template :
24- # configMapRef:
25- # name: leaf1-bootstrap
26- # key: setup.cfg
27- # --- or ---
28- template :
29- inline : |
30- hostname leaf1
31- feature grpc
32- grpc port 9339
16+ # provisioning :
17+ # The bootstrap configuration can be defined in a ConfigMap, Secret or inline as follows:
18+ # bootScript :
19+ # secretRef:
20+ # name: leaf1-bootstrap
21+ # key: setup.cfg
22+ # --- or ---
23+ # bootScript :
24+ # configMapRef:
25+ # name: leaf1-bootstrap
26+ # key: setup.cfg
27+ # --- or ---
28+ # bootScript :
29+ # inline: |
30+ # hostname leaf1
31+ # feature grpc
32+ # grpc port 9339
3333---
3434apiVersion : v1
3535kind : Secret
You can’t perform that action at this time.
0 commit comments