From bc6951d6bca17fdc78b38f4f627a5ea0e85607f7 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Mon, 29 Jun 2026 22:10:46 +0200 Subject: [PATCH] still fixing stuff --- helm/istio/templates/operator.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 helm/istio/templates/operator.yaml diff --git a/helm/istio/templates/operator.yaml b/helm/istio/templates/operator.yaml new file mode 100644 index 0000000..f35701d --- /dev/null +++ b/helm/istio/templates/operator.yaml @@ -0,0 +1,9 @@ +apiVersion: install.istio.io/v1alpha1 +kind: IstioOperator +spec: + values: + gatewayClasses: + istio: + deployment: + spec: + replicas: 2 \ No newline at end of file