Skip to content

Commit

Permalink
fix(helm): set fsGroup to zero for local opensearch deployment (rea…
Browse files Browse the repository at this point in the history
…nahub#843)

When deploying REANA locally, allow OpenSearch to access root-owned
directory by setting `fsGroup` to zero. This is needed to access
`hostPath` volumes when deploying reana with kind and Docker.
  • Loading branch information
mdonadoni committed Nov 11, 2024
1 parent c0d2e92 commit 8951725
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/configurations/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ opensearch:
key: OPENSEARCH_INITIAL_ADMIN_PASSWORD
secretMounts: []
customSecurityConfig:
podSecurityContext:
fsGroup: 0

# FluentBit configuration for dev environment
fluent-bit:
Expand Down

0 comments on commit 8951725

Please sign in to comment.