-
Notifications
You must be signed in to change notification settings - Fork 20
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
[PM-7621] Add better control on annotations and labels on deployments and pods #135
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Frédéric Marchand <[email protected]>
Thank you for your contribution! We've added this to our internal Community PR board for review. |
No New Or Fixed Issues Found |
annotations: | ||
{{- include "bitwarden.annotations" . | indent 4 }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be moved up near line 8
where the current annotations
key is defined.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like this may have been missed. The ingress.yaml
file has two annotations
keys. Line 21
should be deleted and Line 22
should be moved above line 12
.
Signed-off-by: Frédéric Marchand <[email protected]>
Thanks, I have corrected |
{{ include "bitwarden.labels" . | indent 8 }} | ||
{{ include "bitwarden.podLabels" . | indent 8 }} | ||
{{- with .Values.component.identity.podLabels }} | ||
{{ toYaml . | indent 4 }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{{ toYaml . | indent 4 }} | |
{{ toYaml . | indent 8 }} |
annotations: | ||
{{- include "bitwarden.annotations" . | indent 4 }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like this may have been missed. The ingress.yaml
file has two annotations
keys. Line 21
should be deleted and Line 22
should be moved above line 12
.
|
This PR allows better control on annotations and labels assigned to deployments and pods.