Skip to content

Commit

Permalink
fix extra quote sign
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Dec 17, 2021
1 parent 1558365 commit c67c24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/tezos-node-tmpl/kustomization.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ configMapGenerator:
- name: tezos-node-configmap
literals:
- NODE_HOST="127.0.0.1"
- TEZOS_NETWORK=${tezos_network}"
- TEZOS_NETWORK="${tezos_network}"
- KUBERNETES_NAME_PREFIX="${kubernetes_name_prefix}"
- DATA_DIR=/run/tezos
- SNAPSHOT_URL="${snapshot_url}"
Expand Down

0 comments on commit c67c24f

Please sign in to comment.