Skip to content

Commit

Permalink
feat: change templates based on new values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
omidasadpour committed Jan 25, 2024
1 parent 4e0f166 commit d6e2ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/rollups-node/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Selector labels
TODO: diff between query and validator
*/}}
{{- define "validator.selectorLabels" -}}
dapp.cartesi.io/contract-address: {{ required "A valid .Values.dapp.contractAddress is required" .Values.dapp.contractAddress | lower | quote }}
dapp.cartesi.io/contract-address: {{ required "A valid .Values.validator.config.contracts.CARTESI_CONTRACTS_DAPP_ADDRESS is required" .Values.validator.config.contracts.CARTESI_CONTRACTS_DAPP_ADDRESS | lower | quote }}
dapp.cartesi.io/chain-id: {{ include "dapp.chainID" . | quote }}
dapp.cartesi.io/network: {{ .Values.dapp.network | quote }}
app.kubernetes.io/name: {{ include "validator.name" . }}
Expand Down

0 comments on commit d6e2ea4

Please sign in to comment.