Skip to content

j-kaplan/test-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To replicate:

Create the custom resource: kubectl apply -f crd.yaml


This Fails with error: helm install . --name fail

Error: unable to decode "": no kind "FooRestore" is registered for version "foo.my.domain.com/v1alpha1"

But the resource gets created: kubectl get foorestores fail-test-chart-restore-fail


This works because no hook is declared: helm install . --set fail=false --name success

Resource gets created as well: kubectl get foorestores success-test-chart-restore-success

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages