mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-16 06:16:52 +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