Skip to content

Commit

Permalink
chore: change zfs-controller to a deployment from statefulset
Browse files Browse the repository at this point in the history
Signed-off-by: Abhinandan Purkait <[email protected]>
  • Loading branch information
Abhinandan-Purkait committed Mar 20, 2024
1 parent 6888ac7 commit 8e5c69c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/charts/templates/zfs-contoller.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: apps/v1
kind: StatefulSet
kind: Deployment
metadata:
name: {{ template "zfslocalpv.fullname" . }}-controller
namespace: {{ .Release.Namespace }}
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ zfsNode:
additionalVolumes: {}

# zfsController contains the configurables for
# the zfs controller statefulset
# the zfs controller deployment
zfsController:
componentName: openebs-zfs-controller
initContainers: {}
Expand Down Expand Up @@ -138,7 +138,7 @@ zfsController:


# zfsPlugin is the common csi container used by the
# controller statefulset and node daemonset
# controller deployment and node daemonset
zfsPlugin:
name: "openebs-zfs-plugin"
image:
Expand Down
2 changes: 1 addition & 1 deletion deploy/zfs-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2245,7 +2245,7 @@ description: "This priority class should be used for the OpenEBS ZFS localPV CSI

---

kind: StatefulSet
kind: Deployment
apiVersion: apps/v1
metadata:
name: openebs-zfs-controller
Expand Down

0 comments on commit 8e5c69c

Please sign in to comment.