Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions assets/dns/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ metadata:
openshift.io/run-level: "0"
# allow openshift-monitoring to look for ServiceMonitor objects in this namespace
openshift.io/cluster-monitoring: "true"
# allow node-resolver daemonset to pass baseline pod security admission.
# It uses host networking, host path volumes, and is a privileged.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
# It uses host networking, host path volumes, and is a privileged.
# It uses host networking, host path volumes, and is privileged.

pod-security.kubernetes.io/enforce: privileged
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you add a comment for these new labels?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@candita fixed, ptal :-)

pod-security.kubernetes.io/audit: privileged
pod-security.kubernetes.io/warn: privileged
8 changes: 4 additions & 4 deletions pkg/manifests/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.