Skip to content

Commit

Permalink
Fix extended apiserver issues with Kubernetes 1.11 (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Jul 24, 2018
1 parent 9d31255 commit 5049a63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/start.go
Expand Up @@ -67,6 +67,7 @@ func (o StashOptions) Config() (*server.StashConfig, error) {
serverConfig.OpenAPIConfig.Info.Version = v1alpha1.SchemeGroupVersion.Version
serverConfig.OpenAPIConfig.IgnorePrefixes = []string{
"/swaggerapi",
"/apis/admission.stash.appscode.com/v1alpha1",
"/apis/admission.stash.appscode.com/v1alpha1/restics",
"/apis/admission.stash.appscode.com/v1alpha1/recoveries",
"/apis/admission.stash.appscode.com/v1alpha1/repositories",
Expand Down

0 comments on commit 5049a63

Please sign in to comment.