Commit 5f9d9318 authored by zouyee's avatar zouyee

[cluster/log-dump] bump daemonset version

parent 9a7800f7
...@@ -20,12 +20,15 @@ type: Opaque ...@@ -20,12 +20,15 @@ type: Opaque
data: data:
service-account.json: {{.ServiceAccountCredentials}} service-account.json: {{.ServiceAccountCredentials}}
--- ---
apiVersion: extensions/v1beta1 apiVersion: apps/v1beta2
kind: DaemonSet kind: DaemonSet
metadata: metadata:
name: logexporter name: logexporter
namespace: {{.LogexporterNamespace}} namespace: {{.LogexporterNamespace}}
spec: spec:
selector:
matchLabels:
app: logexporter
template: template:
metadata: metadata:
labels: labels:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment