Roman Liskunov
Roman Liskunov
When I try to send the archive of 2.0M I get a blank response from the server. Request: ``` curl -v -L -X POST "{{host}}:{{port}}/api/result" \ -H "accept: */*" \...
**Describe the bug** Periodically the plugin loses connection to Vault. In this way, after configuration the plugin works correctly, but after 15-20 minutes the connection is lost. Hard Refresh of...
I'm using additional variables inside `values.yaml`. For example, `domain: {{ .Chart.Name }}.{{ .Values.ingress.stage }}` and I add it to `ingress.hosts[0].{{ domain }}`. However, the values are not substituted after templating....