Skip to content

Commit

Permalink
flag volume permission enabled on postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
HumbertoPeluso committed Sep 28, 2021
1 parent 3df2849 commit dc0df51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vkpr/postgres/install/src/unix/formula/formula.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ addRepoPostgres(){

installPostgres(){
echoColor "yellow" "Installing postgres..."
$VKPR_HELM upgrade -i --set global.postgresql.postgresqlPassword=$PASSWORD vkpr-postgres bitnami/postgresql
$VKPR_HELM upgrade -i --set global.postgresql.postgresqlPassword=$PASSWORD --set volumePermissions.enabled=true vkpr-postgres bitnami/postgresql
}

0 comments on commit dc0df51

Please sign in to comment.