Skip to content

Commit

Permalink
Merge pull request #16 from stakater/fix-apiversion
Browse files Browse the repository at this point in the history
Fix api version of DaemonSet
  • Loading branch information
waseem-h authored Aug 20, 2018
2 parents 98483ac + 04b1446 commit 226dfb3
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 226dfb3

Please sign in to comment.