Enable pod security warnings for flux-system
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
This commit is contained in:
@@ -2,3 +2,6 @@ apiVersion: v1
|
|||||||
kind: Namespace
|
kind: Namespace
|
||||||
metadata:
|
metadata:
|
||||||
name: flux-system
|
name: flux-system
|
||||||
|
labels:
|
||||||
|
pod-security.kubernetes.io/warn: restricted
|
||||||
|
pod-security.kubernetes.io/warn-version: latest
|
||||||
|
|||||||
@@ -165,6 +165,9 @@ apiVersion: v1
|
|||||||
kind: Namespace
|
kind: Namespace
|
||||||
metadata:
|
metadata:
|
||||||
name: {{.Namespace}}
|
name: {{.Namespace}}
|
||||||
|
labels:
|
||||||
|
pod-security.kubernetes.io/warn: restricted
|
||||||
|
pod-security.kubernetes.io/warn-version: latest
|
||||||
`
|
`
|
||||||
|
|
||||||
func execTemplate(obj interface{}, tmpl, filename string) error {
|
func execTemplate(obj interface{}, tmpl, filename string) error {
|
||||||
|
|||||||
Reference in New Issue
Block a user