Skip to content

Commit

Permalink
PVC list (oc get pvc -n rhdh) confirms that the dynamic plugin cache …
Browse files Browse the repository at this point in the history
…PVC was NOT created, which means pvcs.yaml is now correct

Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
  • Loading branch information
Fortune-Ndlovu committed Jan 29, 2025
1 parent 3d33599 commit d37799f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/backstage/templates/pvcs.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{{- if .Values.dynamicPlugins.cache.enabled }}
{{- if not .Values.dynamicPlugins.cache.ephemeral }}
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: {{ printf "%s-dynamic-plugins-root" .Release.Name }}
name: '{{ printf "%s-dynamic-plugins-root" .Release.Name }}'
spec:
{{- toYaml .Values.dynamicPlugins.cache.volumeClaimSpec | nindent 2 }}
{{- end }}
{{- end }}

0 comments on commit d37799f

Please sign in to comment.