Skip to content

Commit

Permalink
reverting breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-claire committed Feb 20, 2024
1 parent f666573 commit 633f2eb
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions github/create-team/team-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ spec:
required:
- teamName
- orgName
- manager
properties:
orgName:
title: Github Org
Expand Down Expand Up @@ -52,7 +51,7 @@ spec:
manager:
title: Manager Github Name
type: string
description: Manager who would approve the request
description: (Optional) Manager who would approve the request
ui:field: EntityPicker
ui:options:
catalogFilter:
Expand All @@ -63,13 +62,6 @@ spec:
# kind: Group
# 'spec.type': team
steps:
# - id: debug_workspace
# name: Debug workspace
# action: debug:log
# input:
# message: "Content of workspace manager: ${{ parameters.manager }}"
# listWorkspace: true

- id: fetch-base
name: Fetch Template + Skeleton
action: fetch:template
Expand All @@ -79,9 +71,15 @@ spec:
values:
teamName: ${{ parameters.teamName }}
orgName: ${{ parameters.orgName }}
manager: ${{ parameters.manager }}
parentTeamId: ${{ parameters.parentTeamId }}

# - id: debug_workspace
# name: Debug workspace
# action: debug:log
# input:
# message: "Content of workspace"
# listWorkspace: true

- id: rename_file
name: Rename Skeleton File
action: fs:rename
Expand All @@ -103,7 +101,7 @@ spec:
sourcePath: ./content/skeletons
targetPath: ./manifests/github-resources/resources/Team/
# reviewers:
# - ${{ parameters.manager | parseEntityRef | pick('name') }}
# - "${{ parameters.manager }}"
teamReviewers:
- rancher-eio/eio
# files:
Expand Down

0 comments on commit 633f2eb

Please sign in to comment.