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

fix: avoid collision with listening port for quassel

parent 7bdc673a
Branches
No related tags found
No related merge requests found
Pipeline #2785 passed
......@@ -2,5 +2,5 @@ apiVersion: v2
name: quassel
description: Helm Chart for Quassel-Core
type: application
version: 1.0.0
version: 1.0.1
appVersion: "v0.14.0"
......@@ -53,14 +53,13 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: CONFIG_DIR
value: "/config"
envFrom:
- secretRef:
name: {{ include "quassel-helm.fullname" . }}
- configMapRef:
name: {{ include "quassel-helm.fullname" . }}
command:
- "quasselcore"
args:
- "--config-from-environment"
- "--configdir"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment