From deae4515e1f8eae6ad9e2d9cc20f55082d214a58 Mon Sep 17 00:00:00 2001 From: mgianluc Date: Wed, 24 Jan 2024 16:12:19 +0100 Subject: [PATCH] Add example with oci registry --- examples/oci.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 examples/oci.yaml diff --git a/examples/oci.yaml b/examples/oci.yaml new file mode 100644 index 00000000..98b5d575 --- /dev/null +++ b/examples/oci.yaml @@ -0,0 +1,15 @@ +apiVersion: config.projectsveltos.io/v1alpha1 +kind: ClusterProfile +metadata: + name: vault +spec: + clusterSelector: env=fv + syncMode: Continuous + helmCharts: + - repositoryURL: oci://registry-1.docker.io/bitnamicharts/vault + repositoryName: oci-vault + chartName: oci://registry-1.docker.io/bitnamicharts/vault + chartVersion: 0.6.0 + releaseName: vault + releaseNamespace: vault + helmChartAction: Install \ No newline at end of file