Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong PodSecurity config #486

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ By default, Talos Linux applies a baseline pod security profile across namespace
value:
- name: PodSecurity
configuration:
exemptions: null
namespaces:
- mayastor
exemptions:
namespaces:
- mayastor # or whatever namespace you install OpenEBS under

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion, maybe also set openebs as it's the default for the umbrella chart

Suggested change
- mayastor # or whatever namespace you install OpenEBS under
- openebs # or whatever namespace you install OpenEBS under

```

## Talos Worker Node Changes
Expand Down Expand Up @@ -116,4 +116,4 @@ Refer to the [OpenEBS Installation Documentation](../../quickstart-guide/install
- [Replicated PV Mayastor Installation on MicroK8s](microkubernetes.md)
- [Replicated PV Mayastor Installation on Google Kubernetes Engine](gke.md)
- [Provisioning NFS PVCs](../read-write-many/nfspvc.md)
- [Velero Backup and Restore using Replicated PV Mayastor Snapshots - FileSystem](../backup-and-restore/velero-br-fs.md)
- [Velero Backup and Restore using Replicated PV Mayastor Snapshots - FileSystem](../backup-and-restore/velero-br-fs.md)