-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to set up Che workspace and postgress pvc class names using helm. #15677
Add ability to set up Che workspace and postgress pvc class names using helm. #15677
Conversation
Signed-off-by: Oleksandr Andriienko <[email protected]>
@@ -62,6 +62,8 @@ global: | |||
# Possible values: common, per-workspace, unique | |||
cheWorkspacesPVCStrategy: "common" | |||
pvcClaim: "1Gi" | |||
cheWorkspacePVCStorageClassName: "" | |||
chePostgresPVCStorageClassName: "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let put it somewhere in postgres related section?
Signed-off-by: Oleksandr Andriienko <[email protected]>
Signed-off-by: Oleksandr Andriienko <[email protected]>
E2E tests of Eclipse Che Multiuser on OCP has failed:
|
…pChePVCClassNamesUsingHelm
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Multiuser User on K8S (minikube v1.1.1) |
Can one of the admins verify this patch? |
E2E tests of Eclipse Che Multiuser on OCP has been successful:
|
What does this PR do?
Add ability to set up Che workspace and Postgres pvc class names using helm.
What issues does this PR fix or reference?
#15157
Signed-off-by: Oleksandr Andriienko [email protected]