Hello,
I am reading through this documentation:
Reading also through the changes post 1.5. It sounds like the helm installation has been modularized, and you install each istio component at a time (i.e. istio-base, istio-cni, istio-ingress, istio-egress, etc)
When I look under the manifests directory of the helm download, I also see a profiles subdirectory for all of the profiles: default, demo, openshift, etc.
What I am wondering is, can I select a different profile yaml when installing using helm? I know you can use a different profile with istioctl. I can override values with a yaml using -f on the “helm install” command but this doesn’t seem to work for the profile yaml because it uses a different structure.