Skip to content

Commit

Permalink
Fix openshift and openshift-ambient profiles (istio#53574)
Browse files Browse the repository at this point in the history
  • Loading branch information
luksa authored Oct 18, 2024
1 parent 7167a66 commit 5d760b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion manifests/profiles/openshift-ambient.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ spec:
- name: istio-ingressgateway
enabled: false
values:
profile: openshift-ambient
profile: ambient
global:
platform: openshift

3 changes: 2 additions & 1 deletion manifests/profiles/openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ spec:
enabled: true
namespace: kube-system
values:
profile: openshift
global:
platform: openshift

0 comments on commit 5d760b5

Please sign in to comment.