Add glance stack

This commit is contained in:
Daniel Cosme
2026-05-07 11:51:35 -04:00
parent 9ed2e10454
commit 58c733260f
11 changed files with 160 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
metadata: {}
resources:
- namespace.yaml

View File

@@ -0,0 +1,6 @@
apiVersion: v1
kind: Namespace
metadata:
name: glance
spec: {}
status: {}