mirror of
https://github.com/kubevela/kubevela.git
synced 2026-02-14 10:00:06 +00:00
* refactor: refactor Helm chart with unnecessary 'systemDefinitionNamespace' value
* Revert "refactor: refactor Helm chart with unnecessary 'systemDefinitionNamespace' value"
This reverts commit 2ae764737f.
* Fix: Helm chart's 'Values.systemDefinitionNamespace' have default value of '.Release.Namespace' if unspecified.
* fix: fixed vela cli referenced '{{.Values.systemDefinitionNamespace}}'
Co-authored-by: yungcheng.tyc <yungcheng.tyc@alibaba-inc.com>
10 lines
345 B
YAML
10 lines
345 B
YAML
apiVersion: core.oam.dev/v1beta1
|
|
kind: WorkloadDefinition
|
|
metadata:
|
|
annotations:
|
|
definition.oam.dev/description: "autodetects.core.oam.dev is the default workload type of ComponentDefinition"
|
|
name: autodetects.core.oam.dev
|
|
namespace: {{ include "systemDefinitionNamespace" . }}
|
|
spec:
|
|
definitionRef:
|
|
name: autodetects.core.oam.dev |