Skip to content

Commit

Permalink
Merge pull request #973 from bcgov/fix/helm-pvc-template
Browse files Browse the repository at this point in the history
[Helm] Fix PVC template
  • Loading branch information
esune committed Jan 9, 2024
2 parents ea9c88d + c9b6e27 commit 4352b68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/traction/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: traction
description: The Traction service allows organizations to verify, hold, and issue verifiable credentials. The Traction Tenant UI allows tenants to manage their agent.
type: application
version: 0.2.7
version: 0.2.8
appVersion: 0.3.6
home: "https://github.com/bcgov/traction"
sources: ["https://github.com/bcgov/traction"]
Expand Down
2 changes: 1 addition & 1 deletion charts/traction/templates/acapy/tails_pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ spec:
resources:
requests:
storage: {{ .Values.acapy.persistence.size | quote }}
{{- include "common.storage.class" (dict "persistence" .Values.acapy.persistence "global" .Values.global) | nindent 8 }}
{{- include "common.storage.class" (dict "persistence" .Values.acapy.persistence "global" .Values.global) | nindent 2 }}
{{- end}}

0 comments on commit 4352b68

Please sign in to comment.