-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for variable interpolation in workspace.configmap.items * (in PipelineRun and TaskRun) #7667
Labels
kind/bug
Categorizes issue or PR as related to a bug.
kind/feature
Categorizes issue or PR as related to a new feature.
Comments
/assign l-qing |
l-qing
added a commit
to l-qing/pipeline
that referenced
this issue
Feb 15, 2024
…un and TaskRun) fix tektoncd#7667
8 tasks
l-qing
added a commit
to l-qing/pipeline
that referenced
this issue
Feb 17, 2024
…un and TaskRun) fix tektoncd#7667
l-qing
added a commit
to l-qing/pipeline
that referenced
this issue
Feb 17, 2024
…un and TaskRun) fix tektoncd#7667 Support for variable interpolation in: * spec.workspaces[].configMap.items[].* * spec.workspaces[].secret.items[].* * spec.workspaces[].projected.sources[].configMap.items[].* * spec.workspaces[].projected.sources[].secret.items[].*
l-qing
added a commit
to l-qing/pipeline
that referenced
this issue
Feb 17, 2024
…un and TaskRun) fix tektoncd#7667 Support for variable interpolation in: * spec.workspaces[].configMap.items[].* * spec.workspaces[].secret.items[].* * spec.workspaces[].projected.sources[].configMap.items[].* * spec.workspaces[].projected.sources[].secret.items[].*
l-qing
added a commit
to l-qing/pipeline
that referenced
this issue
Feb 21, 2024
…un and TaskRun) fix tektoncd#7667 Support for variable interpolation in: * spec.workspaces[].configMap.items[].* * spec.workspaces[].secret.items[].* * spec.workspaces[].projected.sources[].configMap.items[].* * spec.workspaces[].projected.sources[].secret.items[].*
l-qing
added a commit
to l-qing/pipeline
that referenced
this issue
Feb 22, 2024
…un and TaskRun) fix tektoncd#7667 Support for variable interpolation in: * spec.workspaces[].configMap.items[].* * spec.workspaces[].secret.items[].* * spec.workspaces[].projected.sources[].configMap.items[].* * spec.workspaces[].projected.sources[].secret.items[].*
l-qing
added a commit
to l-qing/pipeline
that referenced
this issue
Feb 22, 2024
…un and TaskRun) fix tektoncd#7667 Support for variable interpolation in: * spec.workspaces[].configMap.items[].* * spec.workspaces[].secret.items[].* * spec.workspaces[].projected.sources[].configMap.items[].* * spec.workspaces[].projected.sources[].secret.items[].*
l-qing
added a commit
to l-qing/pipeline
that referenced
this issue
Feb 26, 2024
…un and TaskRun) fix tektoncd#7667 Support for variable interpolation in: * spec.workspaces[].configMap.items[].* * spec.workspaces[].secret.items[].* * spec.workspaces[].projected.sources[].configMap.items[].* * spec.workspaces[].projected.sources[].secret.items[].*
afrittoli
added
the
kind/feature
Categorizes issue or PR as related to a new feature.
label
Feb 26, 2024
l-qing
added a commit
to l-qing/pipeline
that referenced
this issue
Feb 26, 2024
…un and TaskRun) fix tektoncd#7667 Support for variable interpolation in: * spec.workspaces[].configMap.items[].* * spec.workspaces[].secret.items[].* * spec.workspaces[].projected.sources[].configMap.items[].* * spec.workspaces[].projected.sources[].secret.items[].*
tekton-robot
pushed a commit
that referenced
this issue
Feb 26, 2024
…un and TaskRun) fix #7667 Support for variable interpolation in: * spec.workspaces[].configMap.items[].* * spec.workspaces[].secret.items[].* * spec.workspaces[].projected.sources[].configMap.items[].* * spec.workspaces[].projected.sources[].secret.items[].*
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/bug
Categorizes issue or PR as related to a bug.
kind/feature
Categorizes issue or PR as related to a new feature.
This is follow up issue of #6384
Currently, we do support workspace provided as
but we do not support workspace provided as
This is to add the support for param replacement at items level in workspace
The text was updated successfully, but these errors were encountered: