Skip to content

Commit 1a789d4

Browse files
committed
add merge patch json
1 parent feb36be commit 1a789d4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

salt/metalk8s/addons/shell-ui/deployed/ui-operator-cr.sls

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Update ScalityUI for control plane:
6161
image: {{ shell_ui_image }}
6262
auth:
6363
redirectUrl: "{{ salt.metalk8s_network.get_control_plane_ingress_endpoint() }}/"
64+
- content_type: application/merge-patch+json
6465
{%- endif %}
6566
6667
@@ -122,4 +123,5 @@ Update ScalityUI for workload plane:
122123
image: {{ shell_ui_image }}
123124
auth:
124125
redirectUrl: "{{ salt.metalk8s_network.get_control_plane_ingress_endpoint() }}/"
126+
- content_type: application/merge-patch+json
125127
{%- endif %}

salt/metalk8s/addons/ui/deployed/ui-operator-cr.sls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Update metalk8s-ui ScalityUIComponent:
3535
- patch:
3636
spec:
3737
image: {{ metalk8s_ui_image }}
38+
- content_type: application/merge-patch+json
3839
{%- endif %}
3940
4041

0 commit comments

Comments
 (0)