Thank you for your interest in contributing to the 1Password connect-helm-chart
project 👋! We sincerely appreciate the time and effort you put into improving our Helm Charts. Before you start, please take a moment to read through this guide to understand our contribution process.
To start contributing, get the latest Helm release.
NOTE: This only applies to changes made in ./charts/connect
.
Run the following command to test changes made to the Connect Helm chart:
helm test connect
-
Running
helm lint
in the applicable subdirectory will verify that your chart follows best practices. -
To run
helm template --debug
:- navigate to the root of the repository
cd..
helm template connect-helm-charts/charts/secrets-injector --debug
for secrets-injector ORhelm template connect-helm-charts/charts/connect --debug
for connect.
For more debugging templates, feel free to consult the docs.
If adding a new configuration, update documentation for the tables in the Connect README or in the Secrets Injector README
To get your PR merged, we require you to sign your commits.
You can also sign commits using 1Password, which lets you sign commits with biometrics without the signing key leaving the local 1Password process.
Learn how to use 1Password to sign your commits.
Follow the steps below to set up commit signing with ssh-agent
:
- Generate an SSH key and add it to ssh-agent
- Add the SSH key to your GitHub account
- Configure git to use your SSH key for commits signing
Follow the steps below to set up commit signing with gpg
: