Skip to content

Commit 0fa4397

Browse files
authored
fixed removed apiVersion (#104)
1 parent 02a2035 commit 0fa4397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/daemonset.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
name: node-cert-exporter
1414
namespace: node-cert-exporter
1515
---
16-
apiVersion: extensions/v1beta1
16+
apiVersion: apps/v1
1717
kind: DaemonSet
1818
metadata:
1919
labels:
@@ -68,4 +68,4 @@ spec:
6868
type: ""
6969
name: etc
7070
updateStrategy:
71-
type: RollingUpdate
71+
type: RollingUpdate

0 commit comments

Comments
 (0)