diff --git a/chart/values.yaml b/chart/values.yaml index e67b171a..d9a7f330 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -2,6 +2,8 @@ # This is a YAML-formatted file. # Declare variables to be passed into your templates. global: + pdb: + create: false loadbalancerURL: "https://test" commonAnnotations: {} commonLabels: {} @@ -145,3 +147,6 @@ secrets: CONFIG_FILE: name: "" property: "" + +pdb: + create: false