File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 119
119
< textarea rows ="5 " ng-model ="security_token "> </ textarea >
120
120
< span class ="form_error form-error " ng-show ="GOINPUTNAME[security_token].$error.server "> {{GOINPUTNAME[security_token].$error.server}}</ span >
121
121
< label class ="form-help-content ">
122
- Get the service account token by running following command < code > kubectl describe secret
123
- TOKEN_NAME</ code > and copy the value of token here.
122
+ Get the service account token by running following command < code > kubectl describe secret TOKEN_NAME</ code > and copy the value of token here.
124
123
</ label >
125
124
</ div >
126
125
129
128
< textarea ng-model ="kubernetes_cluster_ca_cert " rows ="7 "> </ textarea >
130
129
< span class ="form_error " ng-show ="GOINPUTNAME[kubernetes_cluster_ca_cert].$error.server "> {{GOINPUTNAME[kubernetes_cluster_ca_cert].$error.server}}</ span >
131
130
< label class ="form-help-content ">
132
- Kubernetes cluster ca certificate data. Do not provide < code > -----BEGIN * </ code > and < code > -----END
133
- * </ code > in your certificate data.
131
+ Kubernetes cluster ca certificate data. Do not provide < code > -----BEGIN * </ code > and < code > -----END * </ code > in your certificate data.
134
132
</ label >
135
133
</ div >
136
134
</ fieldset >
You can’t perform that action at this time.
0 commit comments