master #9

Merged
stefan merged 96 commits from master into stable 2020-08-24 11:15:28 +00:00
4 changed files with 12 additions and 1 deletions
Showing only changes of commit fba3e8bfc4 - Show all commits

View File

@ -1,3 +1,4 @@
{{- if .Values.es.nodeSets }}
apiVersion: v1
kind: Namespace
metadata:
@ -3056,3 +3057,4 @@ spec:
secret:
defaultMode: 420
secretName: elastic-webhook-server-cert
{{- end }}

View File

@ -1,4 +1,5 @@
{{- if .Values.kibana }}
{{- if .Values.es.nodeSets }}
# Only deploy Kibana if we have local ES cluster
apiVersion: kibana.k8s.elastic.co/v1
kind: Kibana
metadata:

View File

@ -1,3 +1,4 @@
{{- if .Values.es.nodeSets }}
apiVersion: v1
kind: Secret
type: Opaque
@ -12,3 +13,4 @@ metadata:
data:
username: {{ "elastic" | b64enc | quote }}
elastic: {{ .Values.elastic_password | b64enc | quote }}
{{- end }}

View File

@ -0,0 +1,6 @@
# Default values for zdt-logging.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
kibana:
count: 0