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

Custom labels and annotations to the pods of the server, repo, application set controller, and application controller #1531

Closed

Conversation

enriqueav99
Copy link

What type of PR is this?

/kind enhancement

What does this PR do / why we need it:

Add the feature to add custom labels and annotations to the pods of the server, repo, application set controller, and application controller.

Have you updated the necessary documentation?

  • Documentation update is required by this PR.
  • Documentation has been updated.

Which issue(s) this PR fixes:

Fixes #1530 #637

How to test changes / Special notes to the reviewer:
Apply the following yaml

apiVersion: argoproj.io/v1beta1
kind: ArgoCD
metadata:
  name: argocd-sample
spec:
  server:
    customPodLabels:
      custom: label
      custom2: server
    customPodAnnotations:
      custom: annotation
      custom2: server
  repo:
    customPodLabels:
      custom: label
      custom2: repo
    customPodAnnotations:
      custom: annotation
      custom2: repo
  controller:
    customPodLabels:
      custom: label
      custom2: controller
    customPodAnnotations:
      custom: annotation
      custom2: controller
  applicationSet:
    customPodLabels:
      custom: label
      custom2: applicationSet
    customPodAnnotations:
      custom: annotation
      custom2: applicationSet

Signed-off-by: enriqueav99 <enriqueav1999@gmail.com>
Signed-off-by: enriqueav99 <enriqueav1999@gmail.com>
@enriqueav99 enriqueav99 deleted the custom-labels-annotations branch August 30, 2024 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for custom labels and annotations to Server, repo, application set and application controller
1 participant