Closed colearendt closed 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
This chart is useful for creating registry credential secrets
Otherwise, that task can be tedious and hard to remember
Example usage: