mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-09-21 16:36:05 +00:00
8 lines
272 B
YAML
8 lines
272 B
YAML
# Namespace watched by the operator for OpenClawInstance resources.
|
|
# Must exist before the operator deploys: watchNamespaces renders namespaced
|
|
# Role/RoleBinding into it and the chart does not create namespaces.
|
|
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: openclaw
|