Skip to content

Commit

Permalink
change NC_NetworkType to NC_Planet in DP config
Browse files Browse the repository at this point in the history
  • Loading branch information
area363 committed Nov 15, 2024
1 parent 0cd5473 commit 8e5d8d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/all-in-one/templates/data-provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
value: 'true'
- name: NC_Render
value: 'false'
- name: NC_NetworkType
- name: NC_Planet
value: "{{ $.Values.global.planet }}"
- name: NC_TrustedAppProtocolVersionSigners__0
value: {{ $.Values.global.trustedAppProtocolVersionSigner }}
Expand Down Expand Up @@ -239,7 +239,7 @@ spec:
value: 'true'
- name: NC_Render
value: "{{ $.Values.dataProvider.render }}"
- name: NC_NetworkType
- name: NC_Planet
value: "{{ $.Values.global.planet }}"
- name: NC_TrustedAppProtocolVersionSigners__0
value: {{ $.Values.global.trustedAppProtocolVersionSigner }}
Expand Down Expand Up @@ -447,7 +447,7 @@ spec:
value: 'true'
- name: NC_Render
value: "{{ $.Values.dataProvider.render }}"
- name: NC_NetworkType
- name: NC_Planet
value: "{{ $.Values.global.planet }}"
- name: NC_TrustedAppProtocolVersionSigners__0
value: {{ $.Values.global.trustedAppProtocolVersionSigner }}
Expand Down

0 comments on commit 8e5d8d9

Please sign in to comment.