Gitiles
Code Review
Sign In
review.vexxhost.dev
/
atmosphere
/
refs/heads/stable/zed
/
.
/
charts
/
pxc-operator
/
templates
/
namespace.yaml
blob: 6eac7de06346c4dbc07342b0cc74863a65815e84 [
file
] [
log
] [
blame
] [
edit
]
{{ if .Values.watchNamespace }}
apiVersion:
v1
kind:
Namespace
metadata:
name:
{{ .Values.watchNamespace }}
annotations:
helm.sh/resource
-
policy:
keep
{{ end }}