Skip to content

Commit

Permalink
fixup! 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 26, 2024
1 parent c3708bc commit ccfdc0b
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.validator.config.contracts.CARTESI_CONTRACTS_DAPP_ADDRESS is required" .Values.validator.config.contracts.CARTESI_CONTRACTS_DAPP_ADDRESS | lower | quote }}
dapp.cartesi.io/contract-address: {{ required "A valid .Values.validator.config.CARTESI_CONTRACTS_DAPP_ADDRESS is required" .Values.validator.config.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 ccfdc0b

Please sign in to comment.