Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
Co-authored-by: Watson Yuuma Sato <wsato@redhat.com>
  • Loading branch information
sluetze and yuumasato authored Jul 27, 2024
1 parent b45dd6f commit eda052c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ocil_clause: '<tt>min-request-timeout</tt> is not set or is not set to an approp
ocil: |-
Run the following command:
<pre>$ oc get configmap config -n openshift-kube-apiserver -ojson | jq -r '.data["config.yaml"]' | jq '.apiServerArguments["min-request-timeout"]'</pre>
The output should return <pre> {{ .var_api_min_request_timeout }} </pre>.
The output should return <pre>{{ .var_api_min_request_timeout }}</pre>.
warnings:
- general: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ocil_clause: 'OAuth server inactivity timeout is not configured'
ocil: |-
To check if the OAuth server timeout is configured, run the following command:
<pre>oc get oauth cluster -ojsonpath='{.spec.tokenConfig.accessTokenInactivityTimeout}'</pre>
the output should return <pre> {{ .var_oauth_inactivity_timeout }} </pre>.
the output should return <pre>{{ .var_oauth_inactivity_timeout }}</pre>.
severity: medium

Expand Down

0 comments on commit eda052c

Please sign in to comment.