Skip to content

Commit

Permalink
Merge pull request #400 from i5okie/i5okie/helm-fix-pvc
Browse files Browse the repository at this point in the history
[Helm] Fix PVC template
  • Loading branch information
esune authored Jan 9, 2024
2 parents d0a9ede + 2375cd6 commit d8f528a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/vc-authn-oidc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.6
version: 0.1.7

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/vc-authn-oidc/templates/agent/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 d8f528a

Please sign in to comment.