-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathopscenter-features.yaml
More file actions
54 lines (54 loc) · 1.49 KB
/
opscenter-features.yaml
File metadata and controls
54 lines (54 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
apiVersion: ui.k8s.appscode.com/v1alpha1
kind: Feature
metadata:
name: opscenter-features
labels:
app.kubernetes.io/part-of: opscenter-core
spec:
title: Opscenter Features
description: |
Opscenter Configurator.
icons:
- src: https://cdn.appscode.com/k8s/icons/menu/cluster.svg
type: image/svg+xml
featureSet: opscenter-core
featureBlock: opscenter-features
recommended: false
readinessChecks:
workloads:
- group: source.toolkit.fluxcd.io
version: v1beta2
kind: HelmRepository
selector:
kubernetes.io/metadata.name: appscode-charts-oci
ignoreDifferences:
- group: apiextensions.k8s.io
kind: CustomResourceDefinition
name: features.ui.k8s.appscode.com
jsonPointers:
- /spec
- group: apiextensions.k8s.io
kind: CustomResourceDefinition
name: featuresets.ui.k8s.appscode.com
jsonPointers:
- /spec
- group: apiextensions.k8s.io
kind: CustomResourceDefinition
name: helmrepositories.source.toolkit.fluxcd.io
jsonPointers:
- /spec
- group: ui.k8s.appscode.com
kind: Feature
name: metrics-server
jsonPointers:
- /spec/recommended
chart:
name: opscenter-features
namespace: kubeops
createNamespace: {{ $.Values.helm.createNamespace }}
version: {{ dig "opscenter-features" "version" "" $.Values.helm.releases }}
sourceRef:
kind: HelmRepository
name: appscode-charts-oci
namespace: {{ .Release.Namespace }}
{{- dict "values" $.Values | toYaml | nindent 2 }}