mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-05 22:51:01 +00:00
7 lines
184 B
YAML
7 lines
184 B
YAML
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: secure-default
|
|
labels:
|
|
pod-security.kubernetes.io/enforce: "restricted"
|
|
pod-security.kubernetes.io/enforce-version: "latest"
|