Skip to content

Commit

Permalink
charts: removed unused environment variable from kano,kapp and crisis
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed Feb 19, 2025
1 parent 799af53 commit dc824a4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions charts/crisis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,5 @@ env:
mapillaryToken:
secret: ""
key: ""
# logLevel specifies the level of frontend log
logLevel: ""
# debug specified the list of backend modules for which the output is enabled
debug: ""
debug: ""
2 changes: 0 additions & 2 deletions charts/kano/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ env:
cesiumToken:
secret: ""
key: ""
# logLevel specifies the level of frontend log
logLevel: ""
# debug specified the list of backend modules for which the output is enabled
debug: ""

Expand Down
2 changes: 0 additions & 2 deletions charts/kapp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ env:
key: ""
# vapidSubject specifies an URL or a 'mailto:' email address
vapidSubject: ""
# logLevel specifies the level of frontend log
logLevel: ""
# debug specified the list of backend modules for which the output is enabled
debug: ""

Expand Down

0 comments on commit dc824a4

Please sign in to comment.