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

fix: correct cert-checker not working correctly

parent f4983878
No related branches found
No related tags found
No related merge requests found
Pipeline #2928 passed
......@@ -2,5 +2,5 @@ apiVersion: v2
name: quassel
description: Helm Chart for Quassel-Core
type: application
version: 1.0.2
version: 1.0.3
appVersion: "v0.14.0"
......@@ -18,6 +18,9 @@ spec:
labels:
{{- include "quassel-helm.selectorLabels" . | nindent 8 }}
spec:
{{ if and .Values.ssl.enabled .Values.ssl.certChecker.enabled }}
shareProcessNamespace: true
{{ end }}
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment