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 bc6fdf7 commit 80ff4e4Copy full SHA for 80ff4e4
charts/ctrlplane/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: ctrlplane
3
description: Ctrlplane Helm chart for Kubernetes
4
type: application
5
-version: 0.3.1
+version: 0.3.2
6
appVersion: "1.16.0"
7
8
maintainers:
charts/ctrlplane/templates/ingress.yaml
@@ -29,7 +29,7 @@ spec:
29
port:
30
number: 3000
31
- pathType: Prefix
32
- path: /api/v1/resource/proxy
+ path: /api/v1/resources/proxy
33
backend:
34
service:
35
name: {{ .Release.Name }}-pty-proxy
0 commit comments