Skip to content

Commit

Permalink
Merge pull request #68 from Kartik494/updateversion
Browse files Browse the repository at this point in the history
update apiVersion of statefulset to v1 and Daemonsets to v1
  • Loading branch information
k8s-ci-robot committed Nov 27, 2021
2 parents 5a846d7 + 748b591 commit 03ba4eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/csi-attacher-iscsiplugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:

---
kind: StatefulSet
apiVersion: apps/v1beta1
apiVersion: apps/v1
metadata:
name: csi-attacher-iscsiplugin
spec:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/csi-nodeplugin-iscsiplugin.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This YAML file contains driver-registrar & csi driver nodeplugin API objects
# that are necessary to run CSI nodeplugin for iscsi
kind: DaemonSet
apiVersion: apps/v1beta2
apiVersion: apps/v1
metadata:
name: csi-nodeplugin-iscsiplugin
spec:
Expand Down

0 comments on commit 03ba4eb

Please sign in to comment.