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 1c412e5 commit fda44cbCopy full SHA for fda44cb
3 files changed
charts/webhook/Chart.yaml
@@ -1,3 +1,3 @@
1
---
2
name: webhook
3
-version: 0.5.0
+version: 0.6.0
charts/webhook/templates/ingress.yaml
@@ -1,3 +1,4 @@
+{{- if .Values.ingress.enabled }}
apiVersion: networking.k8s.io/v1
4
kind: Ingress
@@ -28,3 +29,4 @@ spec:
28
29
port:
30
number: 80
31
path: {{ .Values.ingress.path }}
32
+{{- end }}
charts/webhook/values.yaml
@@ -18,6 +18,7 @@ matrix:
18
apiKey: ""
19
token: ""
20
ingress:
21
+ enabled: true
22
host: ""
23
secretName: ""
24
ingressClassName: nginx
0 commit comments