We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
home/kubernetes/apps/database/mongodb/app/helmrelease.yaml
Line 30 in 12ed1fa
--- # yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2beta1.json apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: mongodb namespace: database spec: interval: 5m chart: spec: chart: mongodb version: 15.1.1 sourceRef: kind: HelmRepository name: bitnami-charts namespace: flux-system interval: 10m install: createNamespace: false remediation: retries: 5 upgrade: remediation: retries: 5 values: persistence: existingClaim: pvc-mongodb auth: # TODO: [mongodb] Enable authentication enabled: false service: externalTrafficPolicy: Cluster type: LoadBalancer externalAccess: enabled: true service: type: LoadBalancer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
home/kubernetes/apps/database/mongodb/app/helmrelease.yaml
Line 30 in 12ed1fa
The text was updated successfully, but these errors were encountered: