Skip to content

Commit

Permalink
Node-RED pvc on demand
Browse files Browse the repository at this point in the history
  • Loading branch information
BWibo committed Aug 24, 2022
1 parent d6324df commit 6d48bbd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: tum-gis-iot-stack-k8s
description: Helm Chart for the TUM-GI IoT stack.
type: application
version: 0.1.5
version: 0.1.6
appVersion: "0.0.1"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion helm/charts/charts/nodered/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: nodered
description: Node-RED instance
type: application
version: 0.2.3
version: 0.2.4
appVersion: "3.0.2"
2 changes: 2 additions & 0 deletions helm/charts/charts/nodered/templates/nodered-pvc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{{- if .Values.enabled -}}
{{- if .Values.persistence.enabled -}}
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
Expand All @@ -17,3 +18,4 @@ spec:
requests:
storage: {{ .Values.persistence.data.capacity }}
{{- end -}}
{{- end -}}

0 comments on commit 6d48bbd

Please sign in to comment.