Skip to content

Commit ad20df0

Browse files
committed
add go template back to taskfile.yaml in examples folder
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
1 parent 275c6eb commit ad20df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HelperTasks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ tasks:
120120
solo:node:addresses:
121121
internal: true
122122
cmds:
123-
- kubectl get svc -n "${SOLO_NAMESPACE}" -l "solo.hedera.com/type=network-node-svc"
123+
- kubectl get svc -n "${SOLO_NAMESPACE}" -l "solo.hedera.com/type=network-node-svc" --output=go-template-file={{ .ip_list_template_file }}
124124

125125
solo:relay:
126126
cmds:

0 commit comments

Comments
 (0)