Skip to content

Commit

Permalink
fix: configmap const name (#1423)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Wang <whynowy@gmail.com>
(cherry picked from commit 5c73472)
  • Loading branch information
whynowy committed Dec 19, 2023
1 parent 07d46ca commit da32632
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ full-featured stream processing platforms.

## Roadmap

- Support for watermark progression even if the source is idling (1.1)
- Session Window (1.2)

## Demo
Expand Down
1 change: 0 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ stream processing platforms.

## Roadmap

- Support for watermark progression even if the source is idling (1.1)
- Session Window (1.2)

## Demo
Expand Down
2 changes: 1 addition & 1 deletion server/common/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const (
LoginCookieName = "numaflow-login"
NumaflowAdminUsername = "admin"
NumaflowAccountsSecret = "numaflow-server-secrets"
NumaflowAccountsConfigMap = "numaflow-server-config"
NumaflowAccountsConfigMap = "numaflow-server-local-user-config"
NumaflowServerSecretKey = "server.secretkey"
TokenIssuer = "numaflow-server"
AdminInitialPasswordHashKey = "admin.initial-password"
Expand Down

0 comments on commit da32632

Please sign in to comment.