We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6af540e commit 4d84499Copy full SHA for 4d84499
1 file changed
distros/kubernetes/nvsentinel/charts/janitor/values.yaml
@@ -100,6 +100,8 @@ config:
100
# Global timeout - used as default for controllers that don't specify their own timeout
101
# Should be set to a reasonable default that works for most operations
102
timeout: "25m"
103
+ # host where the provider is running
104
+ cspProviderHost: "janitor-provider.nvsentinel.svc.cluster.local:50051"
105
# Manual mode - if true, controllers won't send actual reboot/terminate signals
106
manualMode: false
107
# HTTP endpoint port for exposing runtime configuration
0 commit comments