add helm charts
This commit is contained in:
14
backing-services/elasticsearch/templates/secret-cert.yaml
Normal file
14
backing-services/elasticsearch/templates/secret-cert.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
{{- if .Values.createCert }}
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
type: kubernetes.io/tls
|
||||
metadata:
|
||||
name: {{ template "elasticsearch.uname" . }}-certs
|
||||
labels:
|
||||
app: {{ template "elasticsearch.uname" . }}
|
||||
chart: "{{ .Chart.Name }}"
|
||||
heritage: {{ .Release.Service }}
|
||||
release: {{ .Release.Name }}
|
||||
data:
|
||||
{{ ( include "elasticsearch.gen-certs" . ) | indent 2 }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user