Newer
Older

Ryan Garcia
committed
{{- $fluxSettingsEk := merge .Values.logging.flux .Values.flux -}}
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 }}

Ryan Garcia
committed
{{- toYaml $fluxSettingsEk | nindent 2 }}
{{- if .Values.logging.postRenderers }}
postRenderers:
{{ toYaml .Values.logging.postRenderers | nindent 4 }}
{{- 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.kyvernopolicies.enabled }}
- name: kyvernopolicies
namespace: {{ .Release.Namespace }}
{{- end }}