Skip to content

Commit

Permalink
update unit test, add application to config files
Browse files Browse the repository at this point in the history
  • Loading branch information
Kam D Kasravi committed Oct 14, 2019
1 parent 94c696b commit 0f990d6
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kfdef/kfctl_anthos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ spec:
path: kfserving/kfserving-install
name: kfserving-install
- kustomizeConfig:
overlays:
- application
parameters:
- initRequired: true
name: usageId
Expand Down
2 changes: 2 additions & 0 deletions kfdef/kfctl_aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ spec:
path: pytorch-job/pytorch-operator
name: pytorch-operator
- kustomizeConfig:
overlays:
- application
parameters:
- initRequired: true
name: usageId
Expand Down
2 changes: 2 additions & 0 deletions kfdef/kfctl_aws_cognito.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ spec:
path: pytorch-job/pytorch-operator
name: pytorch-operator
- kustomizeConfig:
overlays:
- application
parameters:
- initRequired: true
name: usageId
Expand Down
2 changes: 2 additions & 0 deletions kfdef/kfctl_existing_arrikto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ spec:
path: pytorch-job/pytorch-operator
name: pytorch-operator
- kustomizeConfig:
overlays:
- application
parameters:
- initRequired: true
name: usageId
Expand Down
2 changes: 2 additions & 0 deletions kfdef/kfctl_gcp_basic_auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ spec:
path: kfserving/kfserving-install
name: kfserving-install
- kustomizeConfig:
overlays:
- application
parameters:
- initRequired: true
name: usageId
Expand Down
2 changes: 2 additions & 0 deletions kfdef/kfctl_gcp_iap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ spec:
path: kfserving/kfserving-install
name: kfserving-install
- kustomizeConfig:
overlays:
- application
parameters:
- initRequired: true
name: usageId
Expand Down
2 changes: 2 additions & 0 deletions kfdef/kfctl_k8s_istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ spec:
path: kfserving/kfserving-install
name: kfserving-install
- kustomizeConfig:
overlays:
- application
parameters:
- initRequired: true
name: usageId
Expand Down
2 changes: 2 additions & 0 deletions tests/spartakus-overlays-application_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ spec:
kind: ConfigMap
- group: apps
kind: Deployment
- group: core
kind: ServiceAccount
descriptor:
type: spartakus
version: v1beta1
Expand Down

0 comments on commit 0f990d6

Please sign in to comment.