Skip to content

Commit

Permalink
feat: securityContext privileged
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-segning committed Nov 20, 2024
1 parent 11f4834 commit fb22499
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/wazuh/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.11
version: 0.2.12

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
6 changes: 3 additions & 3 deletions charts/wazuh/values-efs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ storageClass:
provisioner: efs.csi.aws.com
parameters:
basePath: /wazuh-data
directoryPerms: '755'
directoryPerms: '775'
fileSystemId: '<fileSystemId>'
uid: '1000'
gid: '1000'
# uid: '1000'
# gid: '1000'
provisioningMode: efs-ap
reclaimPolicy: Retain

0 comments on commit fb22499

Please sign in to comment.