Skip to content

Commit

Permalink
Merge pull request #214 from akash4sh/main
Browse files Browse the repository at this point in the history
fix : correct condition in khcheck-resource-quota.yaml
  • Loading branch information
akash4sh authored Apr 4, 2024
2 parents ce072ad + f1c83ac commit 71d4d8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/kuberhealthy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ sources:
- https://github.com/kuberhealthy/kuberhealthy
- https://github.com/kuberhealthy/kuberhealthy/tree/master/deploy/helm/kuberhealthy
type: application
version: 1.0.0
version: 1.0.1
2 changes: 1 addition & 1 deletion charts/kuberhealthy/templates/khcheck-resource-quota.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.check.imagePullCheck.enabled }}
{{- if .Values.check.resourceQuota.enabled }}
apiVersion: comcast.github.io/v1
kind: KuberhealthyCheck
metadata:
Expand Down

0 comments on commit 71d4d8a

Please sign in to comment.