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

Apply annotations to pods in created StatefulSets #196

Merged
merged 4 commits into from
Feb 14, 2020

Conversation

robskillington
Copy link
Collaborator

The StatefulSet template was not applying annotations to pods since it was not part of the pod template. This adds the same annotations to the pod.

@codecov
Copy link

codecov bot commented Feb 14, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@abb10d2). Click here to learn what that means.
The diff coverage is 94.11%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #196   +/-   ##
=========================================
  Coverage          ?   75.19%           
=========================================
  Files             ?       30           
  Lines             ?     2088           
  Branches          ?        0           
=========================================
  Hits              ?     1570           
  Misses            ?      391           
  Partials          ?      127

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update abb10d2...9561d1a. Read the comment docs.

Copy link
Collaborator

@schallert schallert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, 1 nit

"github.com/stretchr/testify/assert"
"k8s.io/utils/pointer"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit since it seems like the import order linter isn't working but can you move this to the other k8s.io import groups?

@robskillington robskillington merged commit 23428d7 into master Feb 14, 2020
@robskillington robskillington deleted the r/apply-annotations-to-pod branch February 14, 2020 20:45
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.

2 participants