wave
wave copied to clipboard
v1beta1 resource not available change to v1 to make crds work on helm install
https://github.com/wave-k8s/wave/blob/c3bdcfe923debc572bec313c84e457d2e592af16/charts/wave/templates/clusterrole.yaml#L2
clusterrolebindings.yaml has the same issue.
Having the same issue as well. Creating an own helm chart should work, but seeing this in the official version would be great.
#130 pull request will fix this issue
The PR looks good. Any chance of it being merged soon?
Hopefully
Having the same issue as well. Creating an own helm chart should work, but seeing this in the official version would be great.
How does a beginner to helm create a tweaked chart from this? Prefer not to have to upload the result somewhere but just use it locally.
EDIT: helm repo add wave-k8s https://wave-k8s.github.io/wave/ helm pull wave-k8s/wave tar xvfz wave-2.0.0.tgz sed -i 's/v1beta1/v1/' wave/templates/*.yaml helm install wave ./wave
This issue has been inactive for 60 days. If the issue is still relevant please comment to re-activate the issue. If no action is taken within 7 days, the issue will be marked closed.
Hmm, looks like I'll be replacing Wave with Stakater's Reloader.
I merged #112 to fix this.