forked from tektoncd/plumbing
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate the folder template CD service to workspaces
Folder template relies on the cluster PipelineResource to target deployments of resources and git PipelineResource to clone the git repository. Migrate that to workspaces: - the git-clone task from the catalog is used to clone the repo - a secret stored in the cluster bound through a workspace is used to target the deployment Secrets have been preprovisioned on the cluster, their name is tektoncd-<pipeline-resource-name>, their type is kubeconfig. See tektoncd#887 for more details. Signed-off-by: Andrea Frittoli <andrea.frittoli@uk.ibm.com>
- Loading branch information
Showing
1 changed file
with
152 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters