diff --git a/charts/horizon/templates/core-configmap.yaml b/charts/horizon/templates/core-configmap.yaml index 3114906..8595757 100644 --- a/charts/horizon/templates/core-configmap.yaml +++ b/charts/horizon/templates/core-configmap.yaml @@ -3,9 +3,7 @@ apiVersion: v1 kind: ConfigMap metadata: name: {{ template "common.fullname" . }}-core - {{- if .Release.Namespace }} namespace: {{ .Release.Namespace }} - {{- end }} labels: app: {{ template "common.fullname" . }}-core chart: {{ template "common.chart" . }} diff --git a/charts/horizon/templates/ingest-configmap.yaml b/charts/horizon/templates/ingest-configmap.yaml index c95ee56..580e04f 100644 --- a/charts/horizon/templates/ingest-configmap.yaml +++ b/charts/horizon/templates/ingest-configmap.yaml @@ -4,9 +4,7 @@ apiVersion: v1 kind: ConfigMap metadata: name: {{ template "common.fullname" . }}-ingest-env - {{- if .Release.Namespace }} namespace: {{ .Release.Namespace }} - {{- end }} labels: app: {{ template "common.fullname" . }}-ingest chart: {{ template "common.chart" . }} diff --git a/charts/horizon/templates/ingest-statefulset.yaml b/charts/horizon/templates/ingest-statefulset.yaml index 455d485..7d4dddd 100644 --- a/charts/horizon/templates/ingest-statefulset.yaml +++ b/charts/horizon/templates/ingest-statefulset.yaml @@ -4,9 +4,7 @@ apiVersion: apps/v1 kind: StatefulSet metadata: name: {{ template "common.fullname" . }}-ingest - {{- if .Release.Namespace }} namespace: {{ .Release.Namespace }} - {{- end }} labels: app: {{ template "common.fullname" . }}-ingest chart: {{ template "common.chart" . }} @@ -114,9 +112,7 @@ apiVersion: v1 kind: Service metadata: name: {{ template "common.fullname" . }}-ingest-core - {{- if .Release.Namespace }} namespace: {{ .Release.Namespace }} - {{- end }} labels: app: {{ template "common.fullname" . }}-ingest-core chart: {{ template "common.chart" . }} @@ -135,9 +131,7 @@ apiVersion: v1 kind: Service metadata: name: {{ template "common.fullname" . }}-ingest - {{- if .Release.Namespace }} namespace: {{ .Release.Namespace }} - {{- end }} labels: app: {{ template "common.fullname" . }}-ingest chart: {{ template "common.chart" . }} diff --git a/charts/horizon/templates/ingress.yaml b/charts/horizon/templates/ingress.yaml index 73ec523..d17224a 100644 --- a/charts/horizon/templates/ingress.yaml +++ b/charts/horizon/templates/ingress.yaml @@ -4,9 +4,7 @@ apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: {{ template "common.fullname" . }}-ingest - {{- if .Release.Namespace }} namespace: {{ .Release.Namespace }} - {{- end }} {{- if (.Values.ingest.ingress).annotations }} annotations: {{- range $key, $value := .Values.ingest.ingress.annotations }} @@ -36,9 +34,7 @@ apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: {{ template "common.fullname" . }}-web - {{- if .Release.Namespace }} namespace: {{ .Release.Namespace }} - {{- end }} {{- if (.Values.web.ingress).annotations }} annotations: {{- range $key, $value := .Values.web.ingress.annotations }} diff --git a/charts/horizon/templates/web-configmap.yaml b/charts/horizon/templates/web-configmap.yaml index ad3d432..dee344b 100644 --- a/charts/horizon/templates/web-configmap.yaml +++ b/charts/horizon/templates/web-configmap.yaml @@ -4,9 +4,7 @@ apiVersion: v1 kind: ConfigMap metadata: name: {{ template "common.fullname" . }}-web-env - {{- if .Release.Namespace }} namespace: {{ .Release.Namespace }} - {{- end }} labels: app: {{ template "common.fullname" . }}-web chart: {{ template "common.chart" . }} diff --git a/charts/horizon/templates/web-deployment.yaml b/charts/horizon/templates/web-deployment.yaml index ddbdd8d..861d22e 100644 --- a/charts/horizon/templates/web-deployment.yaml +++ b/charts/horizon/templates/web-deployment.yaml @@ -4,9 +4,7 @@ apiVersion: apps/v1 kind: Deployment metadata: name: {{ template "common.fullname" . }}-web - {{- if .Release.Namespace }} namespace: {{ .Release.Namespace }} - {{- end }} labels: app: {{ template "common.fullname" . }}-web chart: {{ template "common.chart" . }} @@ -77,9 +75,7 @@ apiVersion: v1 kind: Service metadata: name: {{ template "common.fullname" . }}-web - {{- if .Release.Namespace }} namespace: {{ .Release.Namespace }} - {{- end }} labels: app: {{ template "common.fullname" . }}-web chart: {{ template "common.chart" . }} diff --git a/charts/horizon/values.yaml b/charts/horizon/values.yaml index c772da3..99bb080 100644 --- a/charts/horizon/values.yaml +++ b/charts/horizon/values.yaml @@ -1,8 +1,4 @@ global: - ## String to use to explicitly set namespace name in manifests. - ## Useful for those using "helm template" to render templates - # namespace: mynamespace - ## Stellar network to use. When set to "testnet" or "pubnet" default ## recommended config will be used. ## When set to any other value you have to provide extra settings: