We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b5b5b commit 3637736Copy full SHA for 3637736
cr.yaml
@@ -5,4 +5,4 @@ charts-dir: squadcast-helm
5
sign: false
6
charts_repo_url: https://squadcasthub.github.io/helm-infra
7
index-path: .
8
-version: 0.2.7
+version: 0.2.8
squadcast-helm/Chart.yaml
@@ -3,6 +3,6 @@ name: squadcast-helm
3
description: A Helm chart for Kubernetes
4
type: application
appVersion: "1.16.0"
squadcast-helm/templates/pdb.yaml
@@ -1,6 +1,6 @@
1
---
2
# PodDisruptionBudget for squadcast-helm
-{{- if .Values.pdb.enabled }}
+{{- if ((.Values.pdb)).enabled | default false }}
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
0 commit comments