Skip to content

Commit

Permalink
chore: file rename and default config change (#1421)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Wang <whynowy@gmail.com>
  • Loading branch information
whynowy committed Dec 18, 2023
1 parent 41b8dff commit d2af44a
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 9 deletions.
4 changes: 3 additions & 1 deletion config/advanced-install/namespaced-numaflow-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,11 @@ metadata:
name: numaflow-cmd-params-config
---
apiVersion: v1
data:
admin.enabled: "true"
kind: ConfigMap
metadata:
name: numaflow-server-config
name: numaflow-server-local-user-config
---
apiVersion: v1
data:
Expand Down
4 changes: 3 additions & 1 deletion config/advanced-install/numaflow-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,11 @@ metadata:
namespace: numaflow-system
---
apiVersion: v1
data:
admin.enabled: "true"
kind: ConfigMap
metadata:
name: numaflow-server-config
name: numaflow-server-local-user-config
namespace: numaflow-system
---
apiVersion: v1
Expand Down
2 changes: 1 addition & 1 deletion config/base/numaflow-server/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ resources:
- numaflow-server-rbac-config.yaml
- numaflow-server-deployment.yaml
- numaflow-server-service.yaml
- numaflow-server-config.yaml
- numaflow-server-local-user-config.yaml
- numaflow-server-secrets.yaml
4 changes: 0 additions & 4 deletions config/base/numaflow-server/numaflow-server-config.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: numaflow-server-local-user-config
data:
# Configuration for local user authentication.
# Format: {username}.enabled: "true"
# Set the value to "false" to disable the user.
admin.enabled: "true"
4 changes: 3 additions & 1 deletion config/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16453,9 +16453,11 @@ metadata:
namespace: numaflow-system
---
apiVersion: v1
data:
admin.enabled: "true"
kind: ConfigMap
metadata:
name: numaflow-server-config
name: numaflow-server-local-user-config
namespace: numaflow-system
---
apiVersion: v1
Expand Down
4 changes: 3 additions & 1 deletion config/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16354,9 +16354,11 @@ metadata:
name: numaflow-dex-server-config
---
apiVersion: v1
data:
admin.enabled: "true"
kind: ConfigMap
metadata:
name: numaflow-server-config
name: numaflow-server-local-user-config
---
apiVersion: v1
data:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d2af44a

Please sign in to comment.