Skip to content

Commit

Permalink
Modify galaxy ocp sample DB StorageClass
Browse files Browse the repository at this point in the history
This commit modifies the DB StorageClass to workaround an issue
in prow pipeline and postgres pods crashing because of a
permission error:
```
chmod: changing permissions of '/var/lib/postgresql/data/pgdata': Operation not permitted
```

[noissue]
  • Loading branch information
git-hyagi committed Jan 3, 2025
1 parent e3183a1 commit 5016f6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ spec:
file_storage_size: "5Gi"
file_storage_storage_class: azurefile-csi
database:
postgres_storage_class: azurefile-csi
postgres_storage_class: managed-csi

0 comments on commit 5016f6a

Please sign in to comment.