Skip to content

Commit

Permalink
[k8s] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilou242 committed Apr 8, 2024
1 parent 87d5323 commit 8762077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ auth:
# ttl: 60000
authorization:
# set to true to enable the new namespace system
requireNamespace: false;
requireNamespace: false

database:
# Assuming a local MySQL server running on the default port 3306
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/helm/startree-thirdeye/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ auth:
# ttl: 60000
authorization:
# set to true to enable the new namespace system
requireNamespace: false;
requireNamespace: false

# Do not remove me.
config:
Expand Down

0 comments on commit 8762077

Please sign in to comment.