Skip to content
Snippets Groups Projects
Commit 66ccb3a0 authored by erkan's avatar erkan
Browse files

fixed promtail ds, it had deployment options

parent e1bc7ea6
No related branches found
No related tags found
No related merge requests found
......@@ -12,12 +12,11 @@ metadata:
{{ toYaml . | indent 4 }}
{{- end }}
spec:
replicas: {{ .Values.promtail.replicas }}
selector:
matchLabels:
app: {{ template "promtail.name" . }}
release: {{ .Release.Name }}
strategy:
updateStrategy:
type: {{ .Values.promtail.deploymentStrategy }}
{{- if ne .Values.promtail.deploymentStrategy "RollingUpdate" }}
rollingUpdate: null
......@@ -95,4 +94,4 @@ spec:
path: /var/log
- name: varlibdockercontainers
hostPath:
path: /var/lib/docker/containers
\ No newline at end of file
path: /var/lib/docker/containers
......@@ -94,7 +94,6 @@ loki:
promtail:
nameOverride: promtail
replicas: 1
deploymentStrategy: RollingUpdate
image:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment