Ahmad Ahmadi
Ahmad Ahmadi
## Bug Report ### Description The VM has a disk attached to it but `talosctl disks --insecure -n ` returns nothing. (By the way, I'm not sure it's a bug...
Configs in `config/frontend/tower.js` are correct but the tower still requests HTTP causing blocked:mixed-content error. ``` config/app.yml -> ssl.enabled: true rake render:config rake service:frontend[start] cat config/frontend/tower.js window.env = { applogicUrl: 'https://xyz/api/v2/applogic',...
This is the setup behind a reverse proxy diagram:  It works well with `config/app.yaml > ssl=false`. But when enabling SSL, this occurs: ```...
What is the correct usage of client.Swarm.ListServicesAsync's parameters? The following code doesn't work. It's the same as this [test code](https://github.com/dotnet/Docker.DotNet/blob/a5ee0611f37711ec81fbdb5dc48f83e642da2a2a/test/Docker.DotNet.Tests/ISwarmOperationsTests.cs#L27). **Output of `dotnet --info`:** ``` .NET Core SDK (reflecting any...
Why ROOT_URL env is hardcoded https in this line? [github.com/RocketChat/helm-charts/blob/master/rocketchat/templates/chat-deployment.yaml](https://github.com/RocketChat/helm-charts/blob/aedd68e609b500d23487af790e8fe9c6bd82f594/rocketchat/templates/chat-deployment.yaml#L87C7-L87C7) ``` - name: ROOT_URL value: https://{{ .Values.host }} ```
Fixes https://github.com/kubernetes/contributor-site/issues/576