Files
Compose-Files/kubernetes/core-namespace/files/main.yaml
T
2026-07-20 09:23:17 -04:00

13 lines
272 B
YAML

apiVersion: v1
kind: Namespace
metadata:
name: << namespace_name >>
<%- if labels_enabled %>
labels:
"<< label_key >>": "<< label_value >>"
<%- endif %>
<%- if annotations_enabled %>
annotations:
"<< annotation_key >>": "<< annotation_value >>"
<%- endif %>