14 lines
176 B
YAML
14 lines
176 B
YAML
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: todo-test
|
|
labels:
|
|
env: test
|
|
---
|
|
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: todo-prod
|
|
labels:
|
|
env: production
|