Use .Values in Helm templates

Signed-off-by: BP <busta.pipes@gmail.com>
This commit is contained in:
BP 2023-08-09 16:46:40 -06:00
parent e8ab2c7026
commit cdb16b0411
35 changed files with 74 additions and 74 deletions

View file

@ -4,7 +4,7 @@ metadata:
labels:
io.kompose.service: nextcloud-aio-database
name: nextcloud-aio-database
namespace: {{ values.NAMESPACE }}
namespace: {{ .Values.NAMESPACE }}
spec:
{{- if .Values.STORAGE_CLASS }}
storageClassName: {{ .Values.STORAGE_CLASS }}