Skip to content
Snippets Groups Projects
Commit bca90189 authored by Rob Kooper's avatar Rob Kooper
Browse files

add labels to namespace

parent f8d6763c
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
### Changed
- changed default priority for redirect to https to be part 9999
- metallb needs pod-security to work correctly (needed for talos)
## 2.3.5 - 2023-09-09
......
......@@ -23,6 +23,11 @@ spec:
{{- end }}
syncOptions:
- CreateNamespace=true
managedNamespaceMetadata:
labels:
pod-security.kubernetes.io/enforce: privileged
pod-security.kubernetes.io/audit: privileged
pod-security.kubernetes.io/warn: privileged
source:
repoURL: https://metallb.github.io/metallb
chart: metallb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment