Remove misspelled field from argo chart (#26)

This commit is contained in:
Alexander Matyushentsev 2018-12-14 11:01:22 -08:00 committed by GitHub
parent 8af4ee0943
commit 969a59ead2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 3 additions and 9 deletions

View file

@ -9,7 +9,6 @@ metadata:
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
namspace: {{ .Release.Namespace }}
annotations:
{{- range $key, $value := .Values.ui.ingress.annotations }}
{{ $key }}: {{ $value | quote }}