Skip to content

Commit

Permalink
Fix common configmap (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsudmi authored Nov 25, 2021
1 parent 6c11cbb commit 6978f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/backend/templates/common-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data:
NETWORK: {{ .Values.commonConf.network | quote }}
ORACLES_SYNC_PERIOD_SECONDS: {{ .Values.commonConf.oraclesSyncPeriodSeconds | quote }}
VALIDATOR_MAX_PENALTY_COUNT: {{ .Values.commonConf.validatorMaxPenaltyCount | quote }}
UNPAID_VALIDATORS_EXIT_DELAY: { { .Values.commonConf.conf.unpaidValidatorsExitDelay | quote } }
UNPAID_VALIDATORS_EXIT_DELAY: {{ .Values.commonConf.unpaidValidatorsExitDelay | quote }}
WEBSITE_NAME: {{ .Values.commonConf.websiteName | quote }}
POOL_PAGE: {{ .Values.commonConf.poolPage | quote }}
SOLO_PAGE: {{ .Values.commonConf.soloPage | quote }}
Expand Down

0 comments on commit 6978f09

Please sign in to comment.