Skip to content

Commit

Permalink
hold change for group.go since spec is not merged to master yet
Browse files Browse the repository at this point in the history
  • Loading branch information
kunmingg committed Mar 21, 2019
1 parent fa2ee98 commit e6c0a97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bootstrap/pkg/apis/apps/group.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ const (
DefaultAppLabel = "app.kubernetes.io/name"
KUBEFLOW_USERNAME = "KUBEFLOW_USERNAME"
KUBEFLOW_PASSWORD = "KUBEFLOW_PASSWORD"
DefaultSwaggerFile = "bootstrap/k8sSpec/v1.11.7/api/openapi-spec/swagger.json"
// TODO: switch to bootstrap/k8sSpec/v1.11.7/api/openapi-spec/swagger.json
DefaultSwaggerFile = "releasing/releaser/lib/v1.9.7/swagger.json"
)

type ResourceEnum string
Expand Down

0 comments on commit e6c0a97

Please sign in to comment.