7 lines
163 B
YAML
7 lines
163 B
YAML
# Kubernetes Namespace for the MerchantsOfHope application
|
|
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: merchants-of-hope
|
|
labels:
|
|
name: merchants-of-hope |