Newer
Older
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
labels:
app.kubernetes.io/name: logging
app.kubernetes.io/component: "core"
{{- include "commonLabels" . | nindent 4}}
chart: {{ .Values.logging.git.path }}
name: elasticsearch-kibana

joshwolf
committed
namespace: {{ .Release.Namespace }}

joshwolf
committed
{{- with .Values.flux }}
interval: {{ .interval }}

joshwolf
committed
retries: {{ .install.retries }}

joshwolf
committed
retries: {{ .upgrade.retries }}
remediateLastFailure: true
cleanupOnFail: true
rollback:

joshwolf
committed
timeout: {{ .rollback.timeout }}
cleanupOnFail: {{ .rollback.cleanupOnFail }}
{{- end }}
Josh Wolf
committed
- name: {{ .Release.Name }}-ek-values
Josh Wolf
committed
valuesKey: "common"
- name: {{ .Release.Name }}-ek-values
kind: Secret
valuesKey: "defaults"
- name: {{ .Release.Name }}-ek-values
kind: Secret
valuesKey: "overlays"
{{/* ECK and Logging _always_ depend on .Values.logging being enabled, so can assume they exist here */}}

joshwolf
committed
- name: eck-operator
{{- if .Values.gatekeeper.enabled }}

joshwolf
committed
- name: gatekeeper
namespace: {{ .Release.Namespace }}
{{- end }}
{{- if .Values.istio.enabled }}

joshwolf
committed
- name: istio
namespace: {{ .Release.Namespace }}
{{- end }}