Skip to content

Commit af974a9

Browse files
committed
remove null entries from values so installation now works with only 2 required values over-ridden
1 parent d8f1c75 commit af974a9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

helm/values.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,7 @@ env:
7272
"^/docs/oauth2-redirect": ["GET"],
7373
"^/healthz": ["GET"]
7474
}
75-
OPENAPI_SPEC_ENDPOINT: null
76-
ITEMS_FILTER_CLS: null
77-
ITEMS_FILTER_ARGS: "[]"
78-
ITEMS_FILTER_KWARGS: "{}"
75+
7976
8077
8178
serviceAccount:

0 commit comments

Comments
 (0)