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
Trying to install erpnext on k8s cluster using this helm.
values.yaml:
image: repository: frappe/erpnext tag: v15.48.2 pullPolicy: IfNotPresent mariadb: enabled: false postgresql: enabled: false host: "***" primary: service: ports: postgresql: *** database: "***" auth: username: "***" password: "***" redis: resources: requests: memory: "128Mi" cpu: "100m" persistence: worker: enabled: true accessModes: - ReadWriteMany storageClass: csi-s3 size: 20Gi nginx: service: type: LoadBalancer port: 80 targetPort: 80 jobs: configure: enabled: true fixVolume: true createSite: enabled: true siteName: "test.local" adminPassword: "***" dbType: "postgresql" installApps: - erpnext
In logs of job epnext-conf-bench:
Usage: bench set-config [OPTIONS] KEY VALUE Try 'bench set-config --help' for help. Error: Missing argument 'VALUE'.
The text was updated successfully, but these errors were encountered:
Do not use Postgres, it is not supported for erpnext Set values properly, refer how they are picked up here https://github.com/frappe/helm/blob/main/erpnext/templates/job-configure-bench.yaml
.Values.dbHost is missing, check others which are missing.
.Values.dbHost
Sorry, something went wrong.
No branches or pull requests
Description of the issue
Trying to install erpnext on k8s cluster using this helm.
Context information (for bug reports)
values.yaml:
Stacktrace / full error message if available
In logs of job epnext-conf-bench:
The text was updated successfully, but these errors were encountered: