fix volumes mounts
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../../base
|
||||
- ./pipelines.yaml
|
||||
- ../../base
|
||||
@@ -1,11 +0,0 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: logstash-pipelines
|
||||
namespace: logstash
|
||||
data:
|
||||
pipelines.yaml: |
|
||||
- pipeline.id: http
|
||||
path.config: "/opt/bitnami/logstash/config/http.conf"
|
||||
- pipeline.id: syslog
|
||||
path.config: "/opt/bitnami/logstash/config/syslog.conf"
|
||||
Reference in New Issue
Block a user