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
What steps did you take and what happened: [A clear and concise description of what the bug is, and what commands you ran.)
values.yaml
helmfile -f helmfile.yaml diff
helmfile -f helmfile.yaml apply
... no matches for kind "Schedule" in version "velero.io/v1"
What did you expect to happen: Schedules should be created after created CRD resources. At least apply should be done without errors
apply
The output of the following commands will help us better understand what's going on: https://pastebin.com/EeZ2KPWX
Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.] Could be related to: #44
Environment:
helm version
kubectl version
/etc/os-release
The text was updated successfully, but these errors were encountered:
@MaxymVlasov please check #153 thanks.
Sorry, something went wrong.
jenting
Successfully merging a pull request may close this issue.
What steps did you take and what happened:
[A clear and concise description of what the bug is, and what commands you ran.)
values.yaml
from [velero] Improve docs and add examples #166helmfile -f helmfile.yaml diff
andhelmfile -f helmfile.yaml apply
.... no matches for kind "Schedule" in version "velero.io/v1"
- it means that CRD resources not yet exist.What did you expect to happen:
Schedules should be created after created CRD resources. At least
apply
should be done without errorsThe output of the following commands will help us better understand what's going on:
https://pastebin.com/EeZ2KPWX
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Could be related to: #44
Environment:
helm version
): v3.3.1"kubectl version
): v1.17.2/etc/os-release
): Ubuntu 18.04.3 LTSThe text was updated successfully, but these errors were encountered: