Initial commit: loc_az_hci (smom-dbis-138 excluded via .gitignore)
Some checks failed
Test / test (push) Has been cancelled
Some checks failed
Test / test (push) Has been cancelled
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
36
gitops/infrastructure/namespace.yaml
Normal file
36
gitops/infrastructure/namespace.yaml
Normal file
@@ -0,0 +1,36 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: hc-stack
|
||||
labels:
|
||||
name: hc-stack
|
||||
environment: hybrid
|
||||
managed-by: gitops
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: blockchain
|
||||
labels:
|
||||
name: blockchain
|
||||
environment: hybrid
|
||||
managed-by: gitops
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: monitoring
|
||||
labels:
|
||||
name: monitoring
|
||||
environment: hybrid
|
||||
managed-by: gitops
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: gitops
|
||||
labels:
|
||||
name: gitops
|
||||
environment: hybrid
|
||||
managed-by: gitops
|
||||
|
||||
Reference in New Issue
Block a user