Skip to content

Commit

Permalink
[fluentGH-59] 1.16 uses v1 instead of beta.
Browse files Browse the repository at this point in the history
  • Loading branch information
030 committed May 10, 2020
1 parent ae489ac commit 66d8fe3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion output/elasticsearch/fluent-bit-ds.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: fluent-bit
Expand All @@ -8,6 +8,10 @@ metadata:
version: v1
kubernetes.io/cluster-service: "true"
spec:
selector:
matchLabels:
k8s-app: fluent-bit-logging
version: v1
template:
metadata:
labels:
Expand Down

0 comments on commit 66d8fe3

Please sign in to comment.