Skip to content

Commit

Permalink
adding secrets definition
Browse files Browse the repository at this point in the history
  • Loading branch information
maknop committed Nov 8, 2024
1 parent 1a64a05 commit 755a627
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .tekton/clowder-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ spec:
- description: ""
name: CHAINS-GIT_COMMIT
value: $(tasks.clone-repository.results.commit)
- name: minikube-ssh-key
description: Minikube information.
default: minikube-ssh-key
tasks:
- name: init
params:
Expand Down
3 changes: 3 additions & 0 deletions .tekton/clowder-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ spec:
- description: ""
name: CHAINS-GIT_COMMIT
value: $(tasks.clone-repository.results.commit)
- name: minikube-ssh-key
description: Minikube information.
default: minikube-ssh-key
tasks:
- name: init
params:
Expand Down

0 comments on commit 755a627

Please sign in to comment.