Proxy Configuration
Proxy for communication with StackState
Helm Configuration
Via values.yaml File
values.yaml Fileglobal: proxy: url: "https://proxy.example.com:8080"global: skipSslValidation: true
Via Command Line Flag
helm install stackstate-k8s-agent stackstate/stackstate-k8s-agent --set global.proxy.url="https://proxy.example.com:8080"helm install stackstate-k8s-agent stackstate/stackstate-k8s-agent --set global.skipSslValidation=true
Last updated