mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 22:06:58 -06:00
Openshift4 operator for Artifactory HA v7.0.2
This commit is contained in:
15
Openshift4/artifactoryha-helm/templates/filebeat-configmap.yaml
Executable file
15
Openshift4/artifactoryha-helm/templates/filebeat-configmap.yaml
Executable file
@@ -0,0 +1,15 @@
|
||||
{{- if .Values.filebeat.enabled }}
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ template "artifactory-ha.name" . }}-filebeat-config
|
||||
labels:
|
||||
app: {{ template "artifactory-ha.name" . }}
|
||||
chart: {{ .Chart.Name }}-{{ .Chart.Version }}
|
||||
heritage: {{ .Release.Service | quote }}
|
||||
release: {{ .Release.Name | quote }}
|
||||
data:
|
||||
filebeat.yml: |
|
||||
{{ tpl .Values.filebeat.filebeatYml . | indent 4 }}
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user