From cf3d85ca007738bd2b665d154e6337dee4d787cd Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Mon, 27 May 2024 21:55:54 -0300 Subject: [PATCH] Update README.md --- blocks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/README.md b/blocks/README.md index 18adcc99d..1184bc955 100644 --- a/blocks/README.md +++ b/blocks/README.md @@ -9,5 +9,5 @@ is the best way to reference these. outputs: cndi_config: cluster_manifests: # it may be wise to use a commit SHA in place of "main" - my_ingress: '{{ $cndi.get_block("https://raw.githubusercontent.com/polyseam/cndi/main/blocks/common/cluster/default-ingress.yaml") }}' + my_ingress: '{{ $cndi.get_block(https://raw.githubusercontent.com/polyseam/cndi/main/blocks/common/cluster/default-ingress.yaml) }}' ```