Skip to content

Commit 4d84499

Browse files
authored
fix: missing default cspProviderHostvalue (#672)
1 parent 6af540e commit 4d84499

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • distros/kubernetes/nvsentinel/charts/janitor

distros/kubernetes/nvsentinel/charts/janitor/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ config:
100100
# Global timeout - used as default for controllers that don't specify their own timeout
101101
# Should be set to a reasonable default that works for most operations
102102
timeout: "25m"
103+
# host where the provider is running
104+
cspProviderHost: "janitor-provider.nvsentinel.svc.cluster.local:50051"
103105
# Manual mode - if true, controllers won't send actual reboot/terminate signals
104106
manualMode: false
105107
# HTTP endpoint port for exposing runtime configuration

0 commit comments

Comments
 (0)