Remove misspelled field from argo chart (#26)

pull/35/head
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

@ -1,4 +1,4 @@
apiVersion: v1 apiVersion: v1
description: A Helm chart for Kubernetes description: A Helm chart for Kubernetes
name: argo name: argo
version: 0.3.0 version: 0.3.1

View File

@ -6,7 +6,6 @@ metadata:
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
release: {{ .Release.Name }} release: {{ .Release.Name }}
heritage: {{ .Release.Service }} heritage: {{ .Release.Service }}
namspace: {{ .Release.Namespace }}
spec: spec:
template: template:
metadata: metadata:
@ -30,4 +29,4 @@ spec:
apiVersion: v1 apiVersion: v1
fieldPath: metadata.namespace fieldPath: metadata.namespace
- name: BASE_HREF - name: BASE_HREF
value: / value: /

View File

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

View File

@ -2,4 +2,4 @@ apiVersion: v1
kind: ServiceAccount kind: ServiceAccount
metadata: metadata:
name: {{ .Values.ui.serviceAccount }} name: {{ .Values.ui.serviceAccount }}
namspace: {{ .Release.Namespace }}

View File

@ -6,7 +6,6 @@ metadata:
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
release: {{ .Release.Name }} release: {{ .Release.Name }}
heritage: {{ .Release.Service }} heritage: {{ .Release.Service }}
namspace: {{ .Release.Namespace }}
{{- if .Values.ui.serviceAnnotations }} {{- if .Values.ui.serviceAnnotations }}
annotations: annotations:
{{ toYaml .Values.ui.serviceAnnotations | indent 4}}{{- end }} {{ toYaml .Values.ui.serviceAnnotations | indent 4}}{{- end }}

View File

@ -6,7 +6,6 @@ metadata:
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
release: {{ .Release.Name }} release: {{ .Release.Name }}
heritage: {{ .Release.Service }} heritage: {{ .Release.Service }}
namespace: {{ .Release.Namespace }}
data: data:
config: | config: |
{{- if .Values.controller.instanceID.enabled }} {{- if .Values.controller.instanceID.enabled }}

View File

@ -6,7 +6,6 @@ metadata:
app: {{ .Release.Name }}-{{ .Values.controller.name}} app: {{ .Release.Name }}-{{ .Values.controller.name}}
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
release: {{ .Release.Name }} release: {{ .Release.Name }}
namespace: {{ .Release.Namespace }}
heritage: {{ .Release.Service }} heritage: {{ .Release.Service }}
spec: spec:
template: template:

View File

@ -2,4 +2,3 @@ apiVersion: v1
kind: ServiceAccount kind: ServiceAccount
metadata: metadata:
name: {{ .Values.controller.serviceAccount }} name: {{ .Values.controller.serviceAccount }}
namespace: {{ .Release.Namespace }}