Skip to content

Commit

Permalink
Merge pull request #1545 from thehyve/fix-default-mv-refresh-param
Browse files Browse the repository at this point in the history
Fix setting default value of mvRefreshOnStartRequired.
  • Loading branch information
ewelinagr authored Aug 1, 2024
2 parents 176dbd0 + f19fb59 commit d70af79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/fairspace/templates/project/configmap-saturn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ data:
blobStorePath: "/data/saturn/files/blobs"
viewDatabase:
enabled: true
mvRefreshOnStartRequired: {{ default true .Values.saturn.mvRefreshOnStartRequired }}
mvRefreshOnStartRequired: {{ .Values.saturn.mvRefreshOnStartRequired }}
features:
{{ toYaml .Values.fairspace.features | indent 6 }}
{{ if has "ExtraStorage" .Values.fairspace.features }}
Expand Down
1 change: 1 addition & 0 deletions charts/fairspace/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ saturn:
enableBasicAuth: true
defaultUserRoles:
- canViewPublicMetadata
mvRefreshOnStartRequired: true
persistence:
files:
## A manually managed Persistent Volume and Claim
Expand Down

0 comments on commit d70af79

Please sign in to comment.