istio.io/istio@v0.0.0-20240520182934-d79c90f27776/manifests/helm-profiles/README.md (about)

     1  # Helm Profiles
     2  
     3  This folder provides a variety of "profiles" for helm installation.
     4  While a user can just explicitly pass this with `--values/-f`.
     5  
     6  However, Istio also provides a feature to bundle these with the charts, which is convenient when installing from remote charts.
     7  For details, see `copy-templates` Makefile target, and `manifests/zzz_profile.yaml`.
     8  
     9  Any changes to this folder should have a `make copy-templates` applied afterwards.
    10  
    11  Warning: unlike the `IstioOperator` profiles, these profiles cannot enable or disable certain components.
    12  As a result, users still need to ensure they install the appropriate charts to use a profile correctly.
    13  These requirements are documented in each profile.