Skip to content

Commit

Permalink
moved secrets definition
Browse files Browse the repository at this point in the history
  • Loading branch information
maknop committed Nov 11, 2024
1 parent 35e6646 commit 8a5e903
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .tekton/clowder-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ spec:
description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
name: build-args-file
type: string
- name: minikube-ssh-key
description: Minikube information.
default: minikube-ssh-key
results:
- description: ""
name: IMAGE_URL
Expand All @@ -127,9 +130,6 @@ 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
6 changes: 3 additions & 3 deletions .tekton/clowder-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ spec:
description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
name: build-args-file
type: string
- name: minikube-ssh-key
description: Minikube information.
default: minikube-ssh-key
results:
- description: ""
name: IMAGE_URL
Expand All @@ -117,9 +120,6 @@ 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 8a5e903

Please sign in to comment.