From 683fb42e633857e18fc3222977930f7aa52f5a82 Mon Sep 17 00:00:00 2001 From: AsafMah Date: Thu, 22 Aug 2024 11:13:00 +0300 Subject: [PATCH] Update NOTES.txt --- charts/k2bridge/templates/NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/k2bridge/templates/NOTES.txt b/charts/k2bridge/templates/NOTES.txt index 72942e08..20ea669c 100644 --- a/charts/k2bridge/templates/NOTES.txt +++ b/charts/k2bridge/templates/NOTES.txt @@ -3,7 +3,7 @@ Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: resource mapping not found for name: "k2bridgees-master-pdb" namespace: "" from "": no matches for kind "PodDisruptionBudget" in version "policy/v1beta1" ensure CRDs are installed first -To work around this error, you can add `maxUnavailable: null` to your values.yaml file. +To work around this error, you can add `maxUnavailable: ''` to your values.yaml file. See https://kubernetes.io/docs/tasks/run-application/configure-pdb/ for more information.