You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

9 lines
304 B

{{/* vim: set filetype=mustache: */}}
{{- define "acs-admin-password" -}}
{{- trunc 16 (sha256sum (cat .Values.masterKey "acs-admin-password")) -}}
{{- end -}}
{{- define "github-tekton-webhook-secret" -}}
{{- trunc 32 (sha256sum (cat .Values.masterKey "github-tekton-webhook-secret")) -}}
{{- end -}}