How do I make the git repo and bucket-name a variable so that the values will be dynamic? #11600
Unanswered
chuksdsilent
asked this question in
Q&A
Replies: 1 comment
-
The spec:
entrypoint: git-clone
arguments:
parameters:
- name: url
value: ""
- name: bucket-name
value: ""
templates:
- name: git-clone
inputs:
parameters:
- name: url
- name: bucket-name
artifacts:
- name: argo-source
path: /src
git:
repo: "{{inputs.parameters.url}}" Then the parameters are accessible within the References: |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am triggering a sensor from a webhook in argo events
I am making a post request which triggers the sensor and the sensor starts up the work flow
I want to get the data from body of the post request pass it to git repo
webhook
Curl
I am getting this error
Beta Was this translation helpful? Give feedback.
All reactions