Skip to content
Snippets Groups Projects
Verified Commit 8efcf8de authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(iot): Add PSS labels

parent 2564bd3d
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,13 @@ apiVersion: v1 ...@@ -2,6 +2,13 @@ apiVersion: v1
kind: Namespace kind: Namespace
metadata: metadata:
name: iot name: iot
labels:
pod-security.kubernetes.io/audit: restricted
pod-security.kubernetes.io/enforce: restricted
pod-security.kubernetes.io/warn: restricted
pod-security.kubernetes.io/audit-version: latest
pod-security.kubernetes.io/enforce-version: latest
pod-security.kubernetes.io/warn-version: latest
--- ---
apiVersion: v1 apiVersion: v1
kind: ServiceAccount kind: ServiceAccount
......
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