We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently Velero hook annotations use hardcoded path /vault/file for fsfreeze:
/vault/file
fsfreeze
vault-operator/pkg/controller/vault/vault_controller.go
Lines 1417 to 1422 in 661263a
It is not possible to override these annotations with the vaultAnnotations, so there is no way to customize path for fsfreeze.
vaultAnnotations
Make veleroAnnotations a part of custom resource with current value as a default.
veleroAnnotations
Get path from provided Vault configuration.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Preflight Checklist
Problem Description
Currently Velero hook annotations use hardcoded path
/vault/file
forfsfreeze
:vault-operator/pkg/controller/vault/vault_controller.go
Lines 1417 to 1422 in 661263a
It is not possible to override these annotations with the
vaultAnnotations
, so there is no way to customize path forfsfreeze
.Proposed Solution
Make
veleroAnnotations
a part of custom resource with current value as a default.Alternatives Considered
Get path from provided Vault configuration.
Additional Information
No response
The text was updated successfully, but these errors were encountered: