Skip to content

Commit

Permalink
Fix serving controller test
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode committed Mar 25, 2024
1 parent 87ad3e5 commit 6492b4f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -364,10 +364,6 @@ func ctrl(certVersion string) *appsv1.Deployment {

func cm(name string, labels, annotations, data map[string]string, resourceVersion string) *corev1.ConfigMap {
return &corev1.ConfigMap{
TypeMeta: metav1.TypeMeta{
APIVersion: "v1",
Kind: "ConfigMap",
},
ObjectMeta: metav1.ObjectMeta{
Namespace: "knative-serving",
Name: name,
Expand Down

0 comments on commit 6492b4f

Please sign in to comment.