colearendt / helm

Helm charts for miscellaneous services that I use regularly
6 stars 3 forks source link

Add regcred chart #25

Closed colearendt closed 2 years ago

colearendt commented 2 years ago

This chart is useful for creating registry credential secrets

Otherwise, that task can be tedious and hard to remember

Example usage:

# once published to the repo
helm repo add colearendt https://helm.colearendt.com
helm template my-release colearendt/regcred \
    --set "registryCredentials[0].url"=ghcr.io \
    --set "registryCredentials[0].username"=colearendt \
    --set "registryCredentials[0].password"=my-github-pat