mirror of
https://github.com/kubevela/kubevela.git
synced 2026-02-14 18:10:21 +00:00
fix the test
This commit is contained in:
@@ -23,7 +23,7 @@ var (
|
||||
velaConfigBase = v1.ConfigMap{
|
||||
ObjectMeta: metav1.ObjectMeta{
|
||||
Name: VelaConfigName,
|
||||
Namespace: types.DefaultAppNamespace,
|
||||
Namespace: types.DefaultOAMNS,
|
||||
Labels: map[string]string{"vela": "dependency"},
|
||||
},
|
||||
Data: map[string]string{
|
||||
|
||||
Reference in New Issue
Block a user