Skip to content

Commit

Permalink
fix: enabled value yaml fix (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshv1995 authored Aug 14, 2024
1 parent e4b5b5b commit 3637736
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ charts-dir: squadcast-helm
sign: false
charts_repo_url: https://squadcasthub.github.io/helm-infra
index-path: .
version: 0.2.7
version: 0.2.8
2 changes: 1 addition & 1 deletion squadcast-helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name: squadcast-helm
description: A Helm chart for Kubernetes
type: application

version: 0.2.7
version: 0.2.8

appVersion: "1.16.0"
2 changes: 1 addition & 1 deletion squadcast-helm/templates/pdb.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# PodDisruptionBudget for squadcast-helm
{{- if .Values.pdb.enabled }}
{{- if ((.Values.pdb)).enabled | default false }}
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
Expand Down

0 comments on commit 3637736

Please sign in to comment.