Newer
Older
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
namespace: {{ .Release.Namespace }}
spec:
targetNamespace: logging
chart:
spec:
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 }}

joshwolf
committed
- name: values

joshwolf
committed
valuesKey: "logging.yaml"

joshwolf
committed
hostname: {{ .Values.hostname }}
kibana:
version: 7.9.2
imagePullSecrets:
- name: private-registry
elasticsearch:
version: 7.9.2
imagePullSecrets:
- name: private-registry
{{/* 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 }}