Skip to content

Commit

Permalink
Merge pull request #440 from gianlucam76/oci-example
Browse files Browse the repository at this point in the history
Add example with oci registry
  • Loading branch information
gianlucam76 authored Jan 24, 2024
2 parents 5f35808 + deae451 commit 3c5d9e6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions examples/oci.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3c5d9e6

Please sign in to comment.