Remove namespace so helm install it (#4)
* Remove namespace so helm install it Signed-off-by: Alexandre Peixoto Ferreira <alexandref75@gmail.com> * Fix nodeSelector (Bug #9027 helm) Signed-off-by: Alexandre Peixoto Ferreira <alexandref75@gmail.com> Signed-off-by: Alexandre Peixoto Ferreira <alexandref75@gmail.com>
This commit is contained in:
committed by
GitHub
parent
b5831bf03f
commit
ece70f1a37
@@ -3,7 +3,6 @@ apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ .Values.application.appName }}
|
||||
namespace: {{ .Values.application.namespace }}
|
||||
data:
|
||||
conf.yaml: |
|
||||
{{- toYaml .Values.config | nindent 4 }}
|
||||
|
||||
Reference in New Issue
Block a user