Skip to content

Commit 175d68b

Browse files
committed
Fix formatting issue within help content on plugin settings
1 parent 9cbd561 commit 175d68b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/main/resources/plugin-settings.template.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@
119119
<textarea rows="5" ng-model="security_token"></textarea>
120120
<span class="form_error form-error" ng-show="GOINPUTNAME[security_token].$error.server">{{GOINPUTNAME[security_token].$error.server}}</span>
121121
<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.
124123
</label>
125124
</div>
126125

@@ -129,8 +128,7 @@
129128
<textarea ng-model="kubernetes_cluster_ca_cert" rows="7"></textarea>
130129
<span class="form_error" ng-show="GOINPUTNAME[kubernetes_cluster_ca_cert].$error.server">{{GOINPUTNAME[kubernetes_cluster_ca_cert].$error.server}}</span>
131130
<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.
134132
</label>
135133
</div>
136134
</fieldset>

0 commit comments

Comments
 (0)