fix comments

Signed-off-by: 楚岳 <wangyike.wyk@alibaba-inc.com>
This commit is contained in:
楚岳
2022-06-23 13:36:03 +08:00
parent bbdc19c472
commit b5c705013d
2 changed files with 2 additions and 2 deletions
@@ -122,7 +122,7 @@ metadata:
name: {{ include "kubevela.fullname" . }}
namespace: {{ .Release.Namespace }}
labels:
controller.oam.dev/name: application
controller.oam.dev/name: vela-core
{{- include "kubevela.labels" . | nindent 4 }}
spec:
replicas: {{ .Values.replicaCount }}
+1 -1
View File
@@ -21,5 +21,5 @@ var (
SystemDefinitonNamespace string = "vela-system"
// ApplicationControllerName means the controller is application
ApplicationControllerName string = "application"
ApplicationControllerName string = "vela-core"
)