Skip to content

Commit

Permalink
Remove misleading platform value (istio#53929)
Browse files Browse the repository at this point in the history
This no longer has any effect as we made 'platform' a top level
profile-like concept

Fixes istio#53860
  • Loading branch information
howardjohn authored Nov 18, 2024
1 parent f07b05b commit c3253de
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions manifests/charts/base/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ _internal_defaults_do_not_set:

# Used to locate istiod.
istioNamespace: istio-system

# Platform where Istio is deployed. Possible values are: "openshift", "gcp".
# An empty value means it is a vanilla Kubernetes distribution, therefore no special
# treatment will be considered.
platform: ""
base:
# A list of CRDs to exclude. Requires `enableCRDTemplates` to be true.
# Example: `excludedCRDs: ["envoyfilters.networking.istio.io"]`.
Expand Down

0 comments on commit c3253de

Please sign in to comment.