Skip to content

Commit

Permalink
make admin ns enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Mar 7, 2024
1 parent 05e715e commit fec029d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/blutgang/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ config: |
# should not be exposed publicly.
[admin]
# Enable the admin namespace
enabled = {{ .Values.adminNamespace.enabled | default false }}
enabled = {{ .Values.adminNamespace.enabled | default true }}
# Address for the admin RPC
address = "0.0.0.0:{{ .Values.adminNamespace.adminPort | default 5715 }}"
# Only allow read-only methods
Expand Down

0 comments on commit fec029d

Please sign in to comment.