We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ingress path variable
1 parent fc01279 commit 5f735a4Copy full SHA for 5f735a4
charts/webhook/Chart.yaml
@@ -1,3 +1,3 @@
1
---
2
name: webhook
3
-version: 0.2.0
+version: 0.3.0
charts/webhook/templates/ingress.yaml
@@ -26,4 +26,4 @@ spec:
26
name: {{ .Values.name }}
27
port:
28
number: 80
29
- path: /webhook/(.*)
+ path: {{ .Values.ingress.path }}
charts/webhook/values.yaml
@@ -18,3 +18,4 @@ ingress:
18
host: ""
19
secretName: ""
20
ingressClassName: nginx
21
+ path: "/webhook/(.*)"
0 commit comments