Skip to content

Commit

Permalink
kimai2: add missing selector config to pvc (#68)
Browse files Browse the repository at this point in the history
fixes #67
  • Loading branch information
linuxmaniac authored Oct 27, 2023
1 parent 75d954c commit a66b039
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kimai2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: kimai2
description: A Helm chart for Kubernetes
type: application
version: 3.1.3
version: 3.1.4
appVersion: "apache-2.0.26-prod"

dependencies:
Expand Down
3 changes: 3 additions & 0 deletions charts/kimai2/templates/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ spec:
{{- if .Values.persistence.dataSource }}
dataSource: {{- include "common.tplvalues.render" (dict "value" .Values.persistence.dataSource "context" $) | nindent 4 }}
{{- end }}
{{- if .Values.persistence.selector }}
selector: {{- include "common.tplvalues.render" (dict "value" .Values.persistence.selector "context" $) | nindent 4 }}
{{- end -}}
{{- end }}

0 comments on commit a66b039

Please sign in to comment.