all-in-one/nextcloud-aio-helm-chart/templates/nextcloud-aio-namespace-namespace.yaml
BP cdb16b0411 Use .Values in Helm templates
Signed-off-by: BP <busta.pipes@gmail.com>
2023-08-09 17:55:28 -06:00

6 lines
119 B
YAML
Executable file

apiVersion: v1
kind: Namespace
metadata:
name: {{ .Values.NAMESPACE }}
namespace: {{ .Values.NAMESPACE }}
spec: {}