Skip to content

Commit 737ea19

Browse files
authored
Update WKO domain.yaml even when there is no kubernetes section in the model (#1155)
1 parent 3e387d0 commit 737ea19

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/src/main/python/wlsdeploy/tool/util/targets/output_file_helper.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,7 @@ def update_from_model(output_dir, output_file_name, model):
5050
"""
5151
_method_name = 'update_from_model'
5252

53-
# if model doesn't have kubernetes section, return
5453
kubernetes_content = model.get_model_kubernetes()
55-
if not kubernetes_content:
56-
return
5754

5855
# failures will be logged as severe, but not cause tool failure.
5956
# this will allow the unaltered output file to be examined for problems.

0 commit comments

Comments
 (0)