Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes epinio#732
Browse files Browse the repository at this point in the history
See epinio#641 for details.

Signed-off-by: Klaus Kämpf <[email protected]>
kkaempf committed Aug 30, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent de7e6e1 commit be378ab
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
@@ -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)
}

0 comments on commit be378ab

Please sign in to comment.