-
Notifications
You must be signed in to change notification settings - Fork 196
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
Changing profile in TektonConfig doesn't reflect on components #358
Labels
kind/bug
Categorizes issue or PR as related to a bug.
Comments
/assign |
PuneetPunamiya
added a commit
to PuneetPunamiya/operator
that referenced
this issue
Aug 27, 2021
Fixes: tektoncd#358 Signed-off-by: Puneet Punamiya <[email protected]>
PuneetPunamiya
added a commit
to PuneetPunamiya/operator
that referenced
this issue
Aug 27, 2021
Fixes: tektoncd#358 Signed-off-by: Puneet Punamiya <[email protected]>
3 tasks
PuneetPunamiya
added a commit
to PuneetPunamiya/operator
that referenced
this issue
Aug 27, 2021
This patch includes: - When the Tekton Config profile is changed, based on the profile set components are deleted - For example: * If the profile is changed from all to basic: * In case of Kubernetes: Dashboard Component is deleted * In case of Openshift: Addon Component is deleted Fixes: tektoncd#358 Signed-off-by: Puneet Punamiya <[email protected]>
PuneetPunamiya
added a commit
to PuneetPunamiya/operator
that referenced
this issue
Aug 27, 2021
This patch includes: - When the Tekton Config profile is changed, based on the profile set components are deleted - For example: * If the profile is changed from all to basic: * In case of Kubernetes: Dashboard Component is deleted * In case of Openshift: Addon Component is deleted Fixes: tektoncd#358 Signed-off-by: Puneet Punamiya <[email protected]>
PuneetPunamiya
added a commit
to PuneetPunamiya/operator
that referenced
this issue
Sep 2, 2021
This patch includes: - When the Tekton Config profile is changed, based on the profile set components are deleted - For example: * If the profile is changed from all to basic: * In case of Kubernetes: Dashboard Component is deleted * In case of Openshift: Addon Component is deleted Fixes: tektoncd#358 Signed-off-by: Puneet Punamiya <[email protected]>
PuneetPunamiya
added a commit
to PuneetPunamiya/operator
that referenced
this issue
Sep 3, 2021
This patch includes: - When the Tekton Config profile is changed, based on the profile set components are deleted - For example: * If the profile is changed from all to basic: * In case of Kubernetes: Dashboard Component is deleted * In case of Openshift: Addon Component is deleted Fixes: tektoncd#358 Signed-off-by: Puneet Punamiya <[email protected]>
PuneetPunamiya
added a commit
to PuneetPunamiya/operator
that referenced
this issue
Sep 3, 2021
This patch includes: - When the Tekton Config profile is changed, based on the profile set components are deleted - For example: * If the profile is changed from all to basic: * In case of Kubernetes: Dashboard Component is deleted * In case of Openshift: Addon Component is deleted Fixes: tektoncd#358 Signed-off-by: Puneet Punamiya <[email protected]>
PuneetPunamiya
added a commit
to PuneetPunamiya/operator
that referenced
this issue
Sep 3, 2021
This patch includes: - When the Tekton Config profile is changed, based on the profile set components are deleted - For example: * If the profile is changed from all to basic: * In case of Kubernetes: Dashboard Component is deleted * In case of Openshift: Addon Component is deleted Fixes: tektoncd#358 Signed-off-by: Puneet Punamiya <[email protected]>
tekton-robot
pushed a commit
that referenced
this issue
Sep 3, 2021
This patch includes: - When the Tekton Config profile is changed, based on the profile set components are deleted - For example: * If the profile is changed from all to basic: * In case of Kubernetes: Dashboard Component is deleted * In case of Openshift: Addon Component is deleted Fixes: #358 Signed-off-by: Puneet Punamiya <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
changing profile should reflect on components
In case of OpenShift
changing profile from
all
tobasic
should delete the tekton addon resourceActual Behavior
changing profile doesn't have any effect on components.
Steps to Reproduce the Problem
Tested on Openshift but I think would be similar on Kubernetes platform too
The text was updated successfully, but these errors were encountered: