Skip to content

Commit

Permalink
Fix api version of DaemonSet
Browse files Browse the repository at this point in the history
  • Loading branch information
waseem-h committed Aug 20, 2018
1 parent 98483ac commit 04b1446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kube/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var appKindToObjectMap = map[v1alpha1.AppKind]metav1.Object{
v1alpha1.AppKindDaemonSet: &v1.DaemonSet{
TypeMeta: metav1.TypeMeta{
Kind: string(v1alpha1.AppKindDaemonSet),
APIVersion: "apps/v1beta1",
APIVersion: "extensions/v1beta1",
},
},
v1alpha1.AppKindStatefulSet: &v1.StatefulSet{
Expand Down

0 comments on commit 04b1446

Please sign in to comment.