perm: Fix values hash

The hash used by divingbell-perms to decide whether or not to rerun the
permissions script was being generated incorrectly, using a fixed value
instead of actually looking at the values passed to the chart.

This change updates the hash to reflect conf.divingbell.perms, and will
rerun the script if the hash changes.

Change-Id: I74f056f69a1b7f0eb9223915b1671e1e18091483
This commit is contained in:
Phil Sphicas 2021-09-07 19:54:39 +00:00
parent c8eba1688c
commit f10365b0bb
1 changed files with 1 additions and 2 deletions

View File

@ -146,8 +146,7 @@ revert_perm(){
cd "${backup_path}"
{{- $_ := set $.Values "__values_hash" list }}
{{- $hash := $.Values.__values_hash | toString | sha256sum }}
{{- $hash := $.Values.conf.perm | toString | sha256sum }}
hash={{ $hash | squote }}
if [ ! -d "${hash}" ]; then