Skip to content

Commit

Permalink
Enable gitea volume permissions
Browse files Browse the repository at this point in the history
Fixes epinio#732.

See epinio#641 for details.

Signed-off-by: Klaus Kämpf <[email protected]>
  • Loading branch information
kkaempf committed Aug 30, 2021
1 parent de7e6e1 commit a937b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/gitea.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ postgresql:
defer os.Remove(configPath)

if out, err := helpers.RunProc(currentdir, k.Debug,
"helm", action, "gitea", "--values", configPath, "--set", "postgresql.volumePermissions.enabled=true", "--namespace", GiteaDeploymentID, giteaChartURL); err != nil {
"helm", action, "gitea", "--values", configPath, "--set", "postgresql.volumePermissions.enabled=true", "--set", "gitea.volumePermissions.enabled=true", "--namespace", GiteaDeploymentID, giteaChartURL); err != nil {
return errors.New("Failed installing Gitea: " + out)
}

Expand Down

0 comments on commit a937b8c

Please sign in to comment.