We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4801ee commit a65b48fCopy full SHA for a65b48f
charts/runtime/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: runtime
3
description: Sets up the basic dependencies needed to get a network stack running
4
type: application
5
-version: 0.1.34
+version: 0.1.35
6
appVersion: "0.1.0"
7
dependencies:
8
- name: external-dns
charts/runtime/templates/issuer.yaml
@@ -1,3 +1,4 @@
1
+{{ if .Values.enableLetsEncrypt }}
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
@@ -23,6 +24,7 @@ spec:
23
24
- http01:
25
ingress:
26
ingressClassName: nginx
27
+{{ end }}
28
{{ if and .Values.acmeEAB.kid .Values.dnsSolver }}
29
---
30
0 commit comments