This repository was archived by the owner on Jun 5, 2026. It is now read-only.
How to replace variables using Grizzly and Jsonnet #587
Unanswered
srikarduplo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have requirement to dynamically pass the webhook. I created a jsonnet file with below.
I am able to call
jsonnet --ext-str SLACK_WEBHOOK="$SLACK_WEBHOOK" temp2.jsonnet > output2.jsonand see the proper formatted Grizzly resource. How can I achieve the same with Grizzly commands I am looking for something likegrr apply -ext-str SLACK_WEBHOOK="$SLACK_WEBHOOK" temp2.jsonnetAll reactions