Skip to content

Commit

Permalink
[stable/fluentd] Remove duplicate pvc resource (helm#19131) (helm#19133)
Browse files Browse the repository at this point in the history
Signed-off-by: Dale Tristram <dale.tristram@sprinthive.com>
  • Loading branch information
Uvedale authored and k8s-ci-robot committed Dec 6, 2019
1 parent 301ad36 commit 49b2a46
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 30 deletions.
2 changes: 1 addition & 1 deletion stable/fluentd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
description: A Fluentd Elasticsearch Helm chart for Kubernetes.
icon: https://raw.githubusercontent.com/fluent/fluentd-docs/master/public/logo/Fluentd_square.png
name: fluentd
version: 2.3.1
version: 2.3.2
appVersion: v2.4.0
home: https://www.fluentd.org/
sources:
Expand Down
2 changes: 1 addition & 1 deletion stable/fluentd/templates/pvc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if and .Values.persistence.enabled -}}
{{- if and .Values.persistence.enabled (not .Values.autoscaling.enabled) -}}
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
Expand Down
28 changes: 0 additions & 28 deletions stable/fluentd/templates/pvc.yml

This file was deleted.

0 comments on commit 49b2a46

Please sign in to comment.