| commit | f078f46a2a60c774e50b2e22cf8cfd9f3a81754f | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Mon Oct 14 09:07:33 2024 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Mon Oct 14 09:07:33 2024 +0400 |
| tree | bff8f265fb1a8fc28e2428d04867d9d379b77247 | |
| parent | 4fde4a1fed6a333653e079d5d756f3902b2d1622 [diff] [blame] |
DodoApp: Ingress can configure label and home path Change-Id: I55b83f54f4aa10e6fcc74b08ea081c0f040829ac
diff --git a/core/installer/values-tmpl/dodo-app.cue b/core/installer/values-tmpl/dodo-app.cue index 1c5939b..fe7e504 100644 --- a/core/installer/values-tmpl/dodo-app.cue +++ b/core/installer/values-tmpl/dodo-app.cue
@@ -106,8 +106,8 @@ if !input.external { enabled: true noAuthPathPatterns: [ - "^/static/.*$", - "^/schemas/.*$", + "^/static\/.*$", + "^/schemas\/.*$", "^/api/public-data$", ] }