Skip to content

Commit

Permalink
mongodb support addon
Browse files Browse the repository at this point in the history
  • Loading branch information
xuriwuyun committed Apr 20, 2023
1 parent 8d3c84e commit 62e5fee
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions deploy/helm/templates/addons/mongodb-addon.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
apiVersion: extensions.kubeblocks.io/v1alpha1
kind: Addon
metadata:
name: mongodb
labels:
{{- include "kubeblocks.labels" . | nindent 4 }}
"kubeblocks.io/provider": community
{{- if .Values.keepAddons }}
annotations:
helm.sh/resource-policy: keep
{{- end }}
spec:
description: 'MongoDB is a document database designed for ease of application development and scaling.'

type: Helm

helm:
# chartLocationURL: https://github.com/apecloud/helm-charts/releases/download/mongodb-{{ default .Chart.Version .Values.versionOverride }}/mongodb-{{ default .Chart.Version .Values.versionOverride }}.tgz
chartLocationURL: https://jihulab.com/api/v4/projects/85949/packages/helm/stable/charts/mongodb-{{ default .Chart.Version .Values.versionOverride }}.tgz

installable:
autoInstall: true

defaultInstallValues:
- enabled: true

0 comments on commit 62e5fee

Please sign in to comment.