Use upstream install.Deployment, use secretName from BSL spec for volumeMount/Volume names#234
Conversation
8cfaebe to
5a65e08
Compare
5e19572 to
5b34b75
Compare
5b34b75 to
285638e
Compare
|
/test ci/prow/operator-e2e |
|
@kaovilai: The specified target(s) for
Use DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/test operator-e2e |
285638e to
e5b7b5c
Compare
e5b7b5c to
bcd2f1f
Compare
d7e8b68 to
9c7f976
Compare
Requested changes implemented
|
wtf |
|
@kaovilai: The
Use DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/test ci-index |
| veleroDeployment.Spec.Replicas = pointer.Int32(1) | ||
| veleroDeployment.Spec.Template.Spec.Tolerations = velero.Spec.VeleroTolerations | ||
| veleroDeployment.Spec.Template.Spec.Volumes = append(veleroDeployment.Spec.Template.Spec.Volumes, | ||
| corev1.Volume{ |
There was a problem hiding this comment.
@shubham-pampattiwar can you remind me, do we need this? I thought maybe we determined this came from an older instance of our installation we no longer needed. Setting this to an emptydir volume doesn't seem to be doing anything... but I can't remember what we said about it.
There was a problem hiding this comment.
@dymurray I am not sure if this is needed but would like to keep it for now 😅 , IIRC we removed the certs-* initContainer.
48e4a85 to
c291880
Compare
Refactored buildVeleroDeployment to use upstream install.Deployment
Blocked by #233 #232 #231
This PR will be base for PR #235 resolving #175