From d51e54686b753ee35b3bcc47a0d0b855376e6466 Mon Sep 17 00:00:00 2001 From: Gianluca Mardente Date: Sat, 4 Apr 2026 10:03:24 +0200 Subject: [PATCH] Add ClusterProfile to deploy Envoy in the example section --- examples/envoy.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 examples/envoy.yaml diff --git a/examples/envoy.yaml b/examples/envoy.yaml new file mode 100644 index 00000000..d4267a5b --- /dev/null +++ b/examples/envoy.yaml @@ -0,0 +1,17 @@ +apiVersion: config.projectsveltos.io/v1beta1 +kind: ClusterProfile +metadata: + name: deploy-envoy +spec: + clusterSelector: + matchLabels: + env: fv + syncMode: Continuous + helmCharts: + - repositoryURL: oci://docker.io/envoyproxy + repositoryName: envoyproxy + chartName: gateway-helm + chartVersion: v1.7.1 + releaseName: envoy-gateway + releaseNamespace: envoy-gateway-system + helmChartAction: Install \ No newline at end of file