helm-charts/README.md
Welcome to Infisical Helm Charts repository! Find instructions below to setup and install our charts.
# Add the Infisical repository
helm repo add infisical 'https://dl.cloudsmith.io/public/infisical/helm-charts/helm/charts/' && helm repo update
# Install Infisical (default values)
helm upgrade --install --atomic \
-n infisical --create-namespace \
infisical infisical/infisical
# Install Infisical Secrets Operator (default values)
helm upgrade --install --atomic \
-n infisical --create-namespace \
infisical-secrets-operator infisical/secrets-operator
Here's the link to our charts corresponding documentation :
We're trying to follow a documentation convention across our charts, allowing us to auto-generate markdown documentation thanks to this tool
Steps to update the documentation :
cd helm-charts/<chart>git clone https://github.com/bitnami-labs/readme-generator-for-helmnpm install ./readme-generator-for-helmnpm exec readme-generator -- --readme README.md --values values.yaml
## Parameters title