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