feat(helm chart): make sure the helm chart includes the required namespace for the app (#765)

This commit is contained in:
Gergő Jedlicska
2022-05-24 11:31:39 +02:00
committed by GitHub
parent 8ffd2e74c0
commit 7d7427671c
@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: {{ .Values.namespace }}