remove addon with no defs (#2574)

This commit is contained in:
qiaozp
2021-11-01 20:58:09 +08:00
committed by GitHub
parent b904f4fc0e
commit 5d9e3437a3
6 changed files with 0 additions and 190 deletions
@@ -1,37 +0,0 @@
apiVersion: v1
data:
application: |
apiVersion: core.oam.dev/v1beta1
kind: Application
metadata:
annotations:
addons.oam.dev/description: KEDA is a Kubernetes-based Event Driven Autoscaler.
name: keda
namespace: vela-system
spec:
components:
- name: keda
properties:
chart: keda
repoType: helm
url: https://kedacore.github.io/charts
type: helm
workflow:
steps:
- name: checking-depends-on
properties:
name: fluxcd
namespace: vela-system
type: depends-on-app
- name: apply-resources
type: apply-application
status: {}
kind: ConfigMap
metadata:
annotations:
addons.oam.dev/description: KEDA is a Kubernetes-based Event Driven Autoscaler.
addons.oam.dev/name: keda
labels:
addons.oam.dev/type: keda
name: keda
namespace: {{.Values.systemDefinitionNamespace}}
@@ -1,39 +0,0 @@
apiVersion: v1
data:
application: |
apiVersion: core.oam.dev/v1beta1
kind: Application
metadata:
annotations:
addons.oam.dev/description: Prometheus is an open-source systems monitoring and
alerting toolkit
name: prometheus
namespace: vela-system
spec:
components:
- name: prometheus
properties:
chart: premetheus
repoType: helm
url: https://prometheus-community.github.io/helm-charts
type: helm
workflow:
steps:
- name: checking-depends-on
properties:
name: fluxcd
namespace: vela-system
type: depends-on-app
- name: apply-resources
type: apply-application
status: {}
kind: ConfigMap
metadata:
annotations:
addons.oam.dev/description: Prometheus is an open-source systems monitoring and
alerting toolkit
addons.oam.dev/name: prometheus
labels:
addons.oam.dev/type: prometheus
name: prometheus
namespace: {{.Values.systemDefinitionNamespace}}
-25
View File
@@ -1,25 +0,0 @@
apiVersion: core.oam.dev/v1beta1
kind: Application
metadata:
annotations:
addons.oam.dev/description: KEDA is a Kubernetes-based Event Driven Autoscaler.
name: keda
namespace: vela-system
spec:
components:
- name: keda
properties:
chart: keda
repoType: helm
url: https://kedacore.github.io/charts
type: helm
workflow:
steps:
- name: checking-depends-on
properties:
name: fluxcd
namespace: vela-system
type: depends-on-app
- name: apply-resources
type: apply-application
status: {}
@@ -1,26 +0,0 @@
apiVersion: core.oam.dev/v1beta1
kind: Application
metadata:
annotations:
addons.oam.dev/description: Prometheus is an open-source systems monitoring and
alerting toolkit
name: prometheus
namespace: vela-system
spec:
components:
- name: prometheus
properties:
chart: premetheus
repoType: helm
url: https://prometheus-community.github.io/helm-charts
type: helm
workflow:
steps:
- name: checking-depends-on
properties:
name: fluxcd
namespace: vela-system
type: depends-on-app
- name: apply-resources
type: apply-application
status: {}
-34
View File
@@ -1,34 +0,0 @@
apiVersion: core.oam.dev/v1beta1
kind: Application
metadata:
annotations:
addons.oam.dev/description: "KEDA is a Kubernetes-based Event Driven Autoscaler."
name: keda
namespace: vela-system
spec:
workflow:
steps:
- name: checking-depends-on
type: depends-on-app
properties:
name: fluxcd
namespace: vela-system
- name: apply-resources
type: apply-application
components:
- name: keda
type: helm
properties:
repoType: helm
url: https://kedacore.github.io/charts
chart: keda
{{ range .ResourceFiles }}
- name: {{ .Name }}
type: raw
properties:
{{ .Content | indent 8 }} {{ end }}
{{ range .DefinitionFiles }}
- name: {{ .Name }}
type: raw
properties:
{{ .Content | indent 8 }} {{ end }}
@@ -1,29 +0,0 @@
apiVersion: core.oam.dev/v1beta1
kind: Application
metadata:
annotations:
addons.oam.dev/description: "Prometheus is an open-source systems monitoring and alerting toolkit"
name: prometheus
namespace: vela-system
spec:
workflow:
steps:
- name: checking-depends-on
type: depends-on-app
properties:
name: fluxcd
namespace: vela-system
- name: apply-resources
type: apply-application
components:
- name: prometheus
type: helm
properties:
repoType: helm
url: https://prometheus-community.github.io/helm-charts
chart: premetheus
{{ range .DefinitionFiles }}
- name: {{ .Name }}
type: raw
properties:
{{ .Content | indent 4 }} {{ end }}