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 809ff4c commit 8a6cf14Copy full SHA for 8a6cf14
helm-charts/kubero/values.yaml
@@ -47,7 +47,7 @@ ingress:
47
# kubernetes.io/ingress.class: nginx
48
# kubernetes.io/tls-acme: "true"
49
hosts:
50
- - host: kubero.localhost.com
+ - host: localhost.kubero.dev
51
paths:
52
- path: /
53
pathType: ImplementationSpecific
@@ -78,7 +78,7 @@ kubero:
78
debug: ""
79
namespace: kubero
80
context: inClusterContext
81
- webhook_url: https://kubero.localhost.com/api/webhook
+ webhook_url: https://localhost.kubero.dev/api/webhook
82
#sessionKey: "randomString"
83
auth:
84
github:
0 commit comments