We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d31255 commit 5049a63Copy full SHA for 5049a63
server/start.go
@@ -67,6 +67,7 @@ func (o StashOptions) Config() (*server.StashConfig, error) {
67
serverConfig.OpenAPIConfig.Info.Version = v1alpha1.SchemeGroupVersion.Version
68
serverConfig.OpenAPIConfig.IgnorePrefixes = []string{
69
"/swaggerapi",
70
+ "/apis/admission.stash.appscode.com/v1alpha1",
71
"/apis/admission.stash.appscode.com/v1alpha1/restics",
72
"/apis/admission.stash.appscode.com/v1alpha1/recoveries",
73
"/apis/admission.stash.appscode.com/v1alpha1/repositories",
0 commit comments