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

Add podAnnotations to Helm templates for injecting user-specified pod. #1589

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

oniku-2929
Copy link

What this PR does / Why we need it:
#1588

Which issue(s) this PR fixes:

Closes #1588

Special notes for your reviewer:
values.yaml example.

swaggerui:
  podAnnotations:
    test.sh/component: swaggerui
query:
  podAnnotations:
    test.sh/component: query
frontend:
  podAnnotations:
    test.sh/component: frontend
backend:
  podAnnotations:
    test.sh/component: backend
synchronizer:
  podAnnotations:
    test.sh/component: synchronizer

open-match-customize:
  enabled: true
  evaluator:
    enabled: true
    podAnnotations:
      test.sh/component: evaluator
  function:
    enabled: true
    podAnnotations:
      test.sh/component: function

open-match-scale:
  enabled: true
  scaleFrontend:
    podAnnotations:
      test.sh/component: scaleFrontend
  scaleBackend:
    podAnnotations:
      test.sh/component: scaleBackend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add pod annotations to Helm templates for injecting user-specified pod annotations.
2 participants