Skip to content
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

Update/Delete is not working on namespaceAnnotations/namespaceLabels as targetCustomizations #3064

Open
sbulage opened this issue Nov 8, 2024 · 0 comments
Labels
Milestone

Comments

@sbulage
Copy link
Contributor

sbulage commented Nov 8, 2024

Below Steps Performed

  • Below GitRepo used to reproduce this issue.
  • Created a GitRepo using fleet.yaml which contains namespaceLabels and namespaceAnnotations present under targetCustomization.
  • Waited for application to be created in the specified cluster(targetCustomized).
  • Observed that resources are created under the custom namespace mentioned in the targetCustomization.
  • Later saw that namespaceLabels and namespaceAnnotations are also added to newly created namespace.
  • Update or Delete operation on either namespaceLabel or namespaceAnnotations or both, it will not reflect on target customized namespace.
GitRepo Used
apiVersion: fleet.cattle.io/v1alpha1
kind: GitRepo
metadata:
  name: test-ns-annot
  namespace: fleet-default
spec:
  branch: main
  paths:
    - target-customization
  repo: https://github.com/sbulage/test-fleet
  targets:
    - clusterName: imported-0
Screenshot showing namespaceLables/namespaceAnnotation

image

Originally posted by @sbulage in #2441 (comment)

@rancherbot rancherbot added this to Fleet Nov 8, 2024
@github-project-automation github-project-automation bot moved this to 🆕 New in Fleet Nov 8, 2024
@weyfonk weyfonk moved this from 🆕 New to 📋 Backlog in Fleet Nov 11, 2024
@weyfonk weyfonk added this to the v2.10.1 milestone Nov 11, 2024
@manno manno changed the title [bug] Update/Delete is not working on namespaceAnnotations/namespaceLabels as targetCustomizations Update/Delete is not working on namespaceAnnotations/namespaceLabels as targetCustomizations Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants