Skip to content

Commit

Permalink
invert order uwm conf with enablement
Browse files Browse the repository at this point in the history
Signed-off-by: bdattoma <[email protected]>
  • Loading branch information
bdattoma committed Dec 5, 2023
1 parent 3d151fa commit 089573a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -820,8 +820,8 @@ Set Project And Runtime
# temporary step - caikit will be shipped OOTB
Deploy Caikit Serving Runtime namespace=${namespace} protocol=${protocol}
IF ${enable_metrics} == ${TRUE}
Oc Apply kind=ConfigMap src=${UWM_ENABLE_FILEPATH}
Oc Apply kind=ConfigMap src=${UWM_CONFIG_FILEPATH}
Oc Apply kind=ConfigMap src=${UWM_ENABLE_FILEPATH}
ELSE
Log message=Skipping UserWorkloadMonitoring enablement.
END
Expand Down

0 comments on commit 089573a

Please sign in to comment.