redhat-developer / redhat-developer/mapt

[Enhancement] Review workspace as output placeholder

Open
#319 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

component/tekton enhancement priority/MEDIUM size/S
Dominant language
Go
Stars
24
Forks
36
Avg merge
6d 13h
Merged PRs (30d)
8

Description

This is an opinionated way to define how wokspaces should maintain the host information to be used by other tasks.

Typically we use a secret structure which can be represented as a workspace:

- name: host-info
  description: |
    ocp secret holding the hsot info credentials. Secret should be accessible to this task.
    ---
    apiVersion: v1
    kind: Secret
    metadata:
      name: XXXX
      labels:
        app.kubernetes.io/component: XXXX
    type: Opaque
    data:
      host: XXXX
      user: XXXX
      password: XXXX
      key: XXXX
      platform: XXXX
      os-version: XXXX
      arch: XXXX
      os: XXXX
  mountPath: /opt/host/

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue provides no file or test entry point, so first trace how workspaces are defined, mounted, and exposed as task outputs. Review the example Secret structure and the /opt/host/ mount path, then clarify the intended convention and how another task should consume it. Done requires an agreed workspace representation for the listed host fields.

Written by the indexing model from the issue text.

Assessment

Tech stack
kubernetes
Domain
infrastructure, security
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.