From f2c474e636d6d3e41fd22e436541d2f7409f6e67 Mon Sep 17 00:00:00 2001 From: Derek Su Date: Mon, 17 Jul 2023 11:27:58 +0800 Subject: [PATCH] chore(chart): remove webhooks and recovery-backend Signed-off-by: Derek Su --- chart/values.yaml | 48 ----------------------------------------------- 1 file changed, 48 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index 3734d61..9b360d0 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -229,54 +229,6 @@ longhornUI: # label-key1: "label-value1" # label-key2: "label-value2" -longhornConversionWebhook: - replicas: 2 - priorityClass: ~ - tolerations: [] - ## If you want to set tolerations for Longhorn conversion webhook Deployment, delete the `[]` in the line above - ## and uncomment this example block - # - key: "key" - # operator: "Equal" - # value: "value" - # effect: "NoSchedule" - nodeSelector: {} - ## If you want to set node selector for Longhorn conversion webhook Deployment, delete the `{}` in the line above - ## and uncomment this example block - # label-key1: "label-value1" - # label-key2: "label-value2" - -longhornAdmissionWebhook: - replicas: 2 - priorityClass: ~ - tolerations: [] - ## If you want to set tolerations for Longhorn admission webhook Deployment, delete the `[]` in the line above - ## and uncomment this example block - # - key: "key" - # operator: "Equal" - # value: "value" - # effect: "NoSchedule" - nodeSelector: {} - ## If you want to set node selector for Longhorn admission webhook Deployment, delete the `{}` in the line above - ## and uncomment this example block - # label-key1: "label-value1" - # label-key2: "label-value2" - -longhornRecoveryBackend: - replicas: 2 - priorityClass: ~ - tolerations: [] - ## If you want to set tolerations for Longhorn recovery backend Deployment, delete the `[]` in the line above - ## and uncomment this example block - # - key: "key" - # operator: "Equal" - # value: "value" - # effect: "NoSchedule" - nodeSelector: {} - ## If you want to set node selector for Longhorn recovery backend Deployment, delete the `{}` in the line above - ## and uncomment this example block - # label-key1: "label-value1" - # label-key2: "label-value2" - ingress: ## Set to true to enable ingress record generation enabled: false