Skip to content

Instantly share code, notes, and snippets.

@ppenelon
Created September 13, 2021 13:59
Show Gist options
  • Select an option

  • Save ppenelon/cb526c951cb6c2abe0958d3904981872 to your computer and use it in GitHub Desktop.

Select an option

Save ppenelon/cb526c951cb6c2abe0958d3904981872 to your computer and use it in GitHub Desktop.
bcrypt password with Helm
apiVersion: v1
kind: Secret
metadata:
name: my-bcrypt-secret
data:
password: {{ htpasswd "" .Values.password | trimPrefix ":" | b64enc }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment