Skip to content

Commit

Permalink
Merge pull request #1488 from facchettos/migrate-replicas
Browse files Browse the repository at this point in the history
changed the default to not delete the persistent volume claim
  • Loading branch information
FabianKramm authored Jan 30, 2024
2 parents 619f186 + 48d0339 commit 1f32779
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/eks/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ etcd:
priorityClassName: ""
securityContext: {}
serviceAnnotations: {}
autoDeletePersistentVolumeClaims: true
autoDeletePersistentVolumeClaims: false

# Kubernetes Controller Manager settings
controller:
Expand Down
2 changes: 1 addition & 1 deletion charts/k0s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ rbac:
# - pods/exec

# If vCluster persistent volume claims should get deleted automatically.
autoDeletePersistentVolumeClaims: true
autoDeletePersistentVolumeClaims: false

# NodeSelector used to schedule the vcluster
nodeSelector: {}
Expand Down
2 changes: 1 addition & 1 deletion charts/k3s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ rbac:
# - pods/exec

# If vCluster persistent volume claims should get deleted automatically.
autoDeletePersistentVolumeClaims: true
autoDeletePersistentVolumeClaims: false

# NodeSelector used to schedule the vcluster
nodeSelector: {}
Expand Down
2 changes: 1 addition & 1 deletion charts/k8s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ etcd:
priorityClassName: ""
securityContext: {}
serviceAnnotations: {}
autoDeletePersistentVolumeClaims: true
autoDeletePersistentVolumeClaims: false

# Kubernetes Controller Manager settings
controller:
Expand Down

0 comments on commit 1f32779

Please sign in to comment.