Skip to content

Commit

Permalink
[XENOPS-1229] remove shared-file-store pvc
Browse files Browse the repository at this point in the history
  • Loading branch information
gert-glassee committed Nov 26, 2024
1 parent 4f8f9b2 commit 304d0e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
chronology things are added/fixed/changed and - where possible - links to the PRs involved.

### Changes
[v0.8.4]
* do not create a pvc for shared-file-store when enterprise=false

[v0.8.3]
* fixed a bug that caused the ingress annotations to miss necessary quotes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- $namespace := .Release.Namespace -}}
{{- with .Values.persistentStorage.sharedFileStore }}
{{- if .enabled}}
{{- if and .enabled .Values.enterprise }}
{{- $name := "shared-file-store" -}}
{{- $storageClassName := .storageClassName -}}
{{- $storage := .storage -}}
Expand Down

0 comments on commit 304d0e4

Please sign in to comment.