14 lines
404 B
YAML
14 lines
404 B
YAML
# DB clusters are wave 2 — their namespaces must exist first (their apps that
|
|
# would CreateNamespace run later, w3/w8). Declared here so the databases App
|
|
# creates them. authentik/vault/temporal CreateNamespace=true then no-ops.
|
|
# poimen namespace created by poimen-root app (wave 7).
|
|
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: iam
|
|
---
|
|
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: temporal
|