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 podLabels to velero deployment template #66

Closed
wants to merge 3 commits into from
Closed

Add podLabels to velero deployment template #66

wants to merge 3 commits into from

Conversation

jjaniec
Copy link

@jjaniec jjaniec commented Mar 2, 2020

Added the ability to set own pod labels to velero deployment template

Signed-off-by: Joffrey Janiec jjaniec@student.42.fr

Signed-off-by: Joffrey Janiec <jjaniec@student.42.fr>
Comment on lines +26 to +28
{{- if .Values.podLabels }}
{{- toYaml .Values.podLabels | nindent 8 }}
{{- end }}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Recommends adding pod labels to restic daemonset also.

Comment on lines +193 to +198
# Annotations to add to the Restic daemonset's pod template. Optional.
#
# If using kube2iam or kiam, use the following annotation with your AWS_ACCOUNT_ID
# and RESTIC_ROLE_NAME filled in:
# iam.amazonaws.com/role: arn:aws:iam::<AWS_ACCOUNT_ID>:role/<RESTIC_ROLE_NAME>
podAnnotations: {}
Copy link
Collaborator

Choose a reason for hiding this comment

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

What's the difference to this https://github.com/vmware-tanzu/helm-charts/blob/1e74a1b/charts/velero/values.yaml#L12-L17?

The purpose is to separate the role of restic and velero?

@nrb nrb added the velero label Mar 17, 2020
@carlisia carlisia changed the base branch from master to main July 17, 2020 21:46
Copy link
Contributor

@carlisia carlisia left a comment

Choose a reason for hiding this comment

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

Hey @jjaniec this is looking good. Please address the question below and do a version bump so we can move forward with this!

@jenting
Copy link
Collaborator

jenting commented Jul 29, 2020

The #120 addressed add podLabels to Velero deployment and restic DaemonSet, so close this one.

@jenting jenting closed this Jul 29, 2020
ndegory pushed a commit to ndegory/helm-charts that referenced this pull request Jul 12, 2021
…re-tanzu#66)

* set rbac api version with template rbac.apiVersion

Signed-off-by: Jorrit Salverda <jsalverda@travix.com>

* bump chart version to 11.14.0

Signed-off-by: Jorrit Salverda <jsalverda@travix.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants