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

redundent metadata in dapr_service_injector_service.yaml #2136

Closed
beiwei30 opened this issue Sep 28, 2020 · 0 comments
Closed

redundent metadata in dapr_service_injector_service.yaml #2136

beiwei30 opened this issue Sep 28, 2020 · 0 comments
Assignees
Labels
kind/bug Something isn't working

Comments

@beiwei30
Copy link
Member

beiwei30 commented Sep 28, 2020

In what area(s)?

/area operator

What version of Dapr?

Output of git describe --dirty
v0.11.0-rc.2-12-gb84096b8

Expected Behavior

a redundant 'metadata' is defined under 'metadata' in charts/dapr/charts/dapr_sidecar_injector/templates/dapr_sidecar_injector_service.yaml

apiVersion: v1
kind: Service
metadata:
  metadata:
  name: dapr-sidecar-injector

Actual Behavior

I believe it should be

apiVersion: v1
kind: Service
metadata:
  name: dapr-sidecar-injector

Steps to Reproduce the Problem

RELEASE NOTE: REMOVE redundant 'metadata' in dapr_sidecar_injector_service.yaml.

@beiwei30 beiwei30 added the kind/bug Something isn't working label Sep 28, 2020
@mukundansundar mukundansundar added this to To do in 1.0.0 Milestone 1 via automation Sep 30, 2020
@mukundansundar mukundansundar moved this from To do to Review in 1.0.0 Milestone 1 Sep 30, 2020
@artursouza artursouza moved this from Review to Done in 1.0.0 Milestone 1 Oct 6, 2020
@artursouza artursouza added this to Release in 1.0.0 Milestone Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
No open projects
Development

No branches or pull requests

2 participants