k8s-training-app/01_nginx/yaml/01_namespace.yaml

8 lines
84 B
YAML

---
apiVersion: v1
kind: Namespace
metadata:
name: lab1
# vim: set ts=2 sw=2 et: