CKAN Helm Chart
This CKAN chart is based on the Standard chart.
Chart version: 1.0.0
App version: 2.11.4
Website: ckan.org
Releases: GitHub
Docs: docs.ckan.org
Documentation coming soon
The chart is built on top of the Standard chart — see the values.yaml for all configuration options.
Requirements
- Kubernetes
- Helm
Install
Upgrade
Configure
FAQ
Create admin user
shell
ckan user add ${CKAN_ADMIN_USERNAME} password=${CKAN_ADMIN_PASSWORD} email=${CKAN_ADMIN_EMAIL}
ckan sysadmin add ${CKAN_ADMIN_USERNAME}