We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14f5e9 commit 9766a4fCopy full SHA for 9766a4f
.github/workflows/lint-test.yaml
@@ -50,7 +50,7 @@ jobs:
50
uses: dcarbone/[email protected]
51
52
- name: Set up chart-testing
53
- uses: helm/chart-testing-action@v2.1.0
+ uses: helm/chart-testing-action@v2.7.0
54
55
- name: Run chart-testing (list-changed)
56
id: list-changed
charts/internal-gateway/files/conf.d/s3-gateway.conf
@@ -2,7 +2,7 @@ server {
2
listen {{ index . "codefresh" "workflow-logs-s3-proxy-domain" }}:80;
3
4
js_import auth.js;
5
- location ~ /logs/(.+) {
+ location ~ /(.+) {
6
auth_request /api/auth/authenticate;
7
auth_request_set $auth_entity $upstream_http_x_cf_auth_entity;
8
0 commit comments