Skip to content
Snippets Groups Projects
Verified Commit 4f5331f7 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

fix: correct volume problem with quassel

parent b0be80ac
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@
## TL;DR
```console
$ helm repo add justjanne https://git.kuschku.de/api/v4/projects/72/packages/helm/stable
$ helm install -f values.yaml quassel-core --set fullnameOverride=quassel-core justjanne/quassel-helm
$ helm repo add justjanne https://k8r.eu/_helm/
$ helm install -f values.yaml quassel-core --set fullnameOverride=quassel-core justjanne/quassel
```
## Introduction
......
......@@ -26,7 +26,7 @@ spec:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
volumes:
- name: config
{{- toYaml .Values.volume | nindent 10 }}
{{- .Values.volume | nindent 10 }}
{{ if .Values.ssl.enabled }}
- name: ssl
secret:
......
......@@ -93,7 +93,7 @@ metrics:
service:
type: ClusterIP
volume:
volume: |-
emptyDir: {}
resources:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment