Skip to content

Commit

Permalink
chore: remove node type
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudoyu committed Oct 22, 2024
1 parent b240d33 commit 07fe4bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion charts/node/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ metadata:
data:
config.yaml: |
environment: {{ .Values.configs.environment }}
type: {{ .Values.configs.type }}
discovery:
{{- toYaml .Values.configs.discovery | nindent 6}}
component:
Expand Down
1 change: 0 additions & 1 deletion charts/node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ agent:
## Node Configs
configs:
environment: development
type: beta
discovery:
operator:
evm_address: # address to receive network incentivization and ownership verification
Expand Down

0 comments on commit 07fe4bc

Please sign in to comment.