Skip to content

Commit

Permalink
fix: new indent for not stateful workload
Browse files Browse the repository at this point in the history
  • Loading branch information
gsautner committed Jan 24, 2024
1 parent c1d6aa7 commit 096a79a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/xwiki/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v2
description: XWiki is a free wiki software platform written in Java with a design emphasis on extensibility. XWiki is an enterprise wiki. It includes WYSIWYG editing, OpenDocument based document import/export, semantic annotations and tagging, and advanced permissions management.
name: xwiki
version: 1.3.0-Beta.1
version: 1.3.0-Beta.2
type: application
keywords:
- xwiki
Expand Down
4 changes: 2 additions & 2 deletions charts/xwiki/templates/xwiki.yaml
Expand Up @@ -218,8 +218,8 @@ spec:
{{- end }}
{{- include "common.storage.class" (dict "persistence" .Values.persistence "global" .Values.global) | nindent 8 }}
{{- else }}
persistentVolumeClaim:
claimName: xwiki
persistentVolumeClaim:
claimName: xwiki
---
apiVersion: v1
kind: PersistentVolumeClaim
Expand Down

0 comments on commit 096a79a

Please sign in to comment.