-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
area/che-operatorIssues and PRs related to Eclipse Che Kubernetes OperatorIssues and PRs related to Eclipse Che Kubernetes Operatorkind/bugOutline of a bug - must adhere to the bug report template.Outline of a bug - must adhere to the bug report template.severity/P2Has a minor but important impact to the usage or development of the system.Has a minor but important impact to the usage or development of the system.team/BThis team is responsible for the Web Terminal, the DevWorkspace Operator.This team is responsible for the Web Terminal, the DevWorkspace Operator.
Description
Describe the bug
Originally posted by @dkwon17 in eclipse-che/che-operator#2004 (comment)
It seems that when we clean up some fields from CheCluster CustomResource, they are not getting reflected in managed DevWorkspaceOperatorConfig instance properly.
This was observed during review of eclipse-che/che-operator#2004 but it seemed general issue affecting other fields too (see eclipse-che/che-operator#2004 (comment)).
Che version
7.106@latest
Steps to reproduce
- Install che-operator
- In CheCluster configuration, set:
storage:
perUserStrategyPvcConfig:
storageAccessMode:
- ReadWriteMany
pvcStrategy: per-user
- Then remove
perUserStrategyPvcConfig:
storage:
pvcStrategy: per-user
- Check DWOC, it still has
ReadWriteMany:
apiVersion: controller.devfile.io/v1alpha1
config:
workspace:
storageAccessMode:
- ReadWriteMany
Expected behavior
Whenever CheCluster configuration fields are cleaned up, they should be reflected in managed DevWorkspaceOperatorConfig CustomResource as well.
Runtime
OpenShift
Screenshots
No response
Installation method
chectl/latest
Environment
Linux
Eclipse Che Logs
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/che-operatorIssues and PRs related to Eclipse Che Kubernetes OperatorIssues and PRs related to Eclipse Che Kubernetes Operatorkind/bugOutline of a bug - must adhere to the bug report template.Outline of a bug - must adhere to the bug report template.severity/P2Has a minor but important impact to the usage or development of the system.Has a minor but important impact to the usage or development of the system.team/BThis team is responsible for the Web Terminal, the DevWorkspace Operator.This team is responsible for the Web Terminal, the DevWorkspace Operator.
Type
Projects
Status
✅ Done