Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
chimanjain committed Aug 18, 2023
1 parent f938a00 commit 31dc86d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@

<div class="row mb-4 authorization col-sm-11">
<div class="col-sm-12">
<input class="form-check-input" type="checkbox" id="authorization" value="" onchange="onAuthorizationChange(authorizationNote)">
<input class="form-check-input" type="checkbox" id="authorization" value="" onchange="onAuthorizationChange(authorizationNote); validateInput(validateForm, CONSTANTS)">
<label for="authorization" class="form-check-label ms-2 text-dark" data-bs-toggle="tooltip" data-bs-placement="right" title="Enable/Disable Authorization module">Authorization</label>
</div>
<div class="row mt-3 child-level-one authorization-wrapper">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ spec:
# true: enable deployment of cert-manager
# false: disable deployment of cert-manager only if it's already deployed
# Default value: false
enabled: false
enabled: $OBSERVABILITY_ENABLED

- name: metrics-powerscale
# enabled: Enable/Disable PowerScale metrics
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ spec:
# true: enable deployment of cert-manager
# false: disable deployment of cert-manager only if it's already deployed
# Default value: false
enabled: false
enabled: $OBSERVABILITY_ENABLED

- name: metrics-powerscale
# enabled: Enable/Disable PowerScale metrics
Expand Down

0 comments on commit 31dc86d

Please sign in to comment.