-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefaults.yml
More file actions
38 lines (33 loc) · 966 Bytes
/
Copy pathdefaults.yml
File metadata and controls
38 lines (33 loc) · 966 Bytes
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
applications:
- openshift4-monitoring
- storageclass
parameters:
kapitan:
dependencies:
- type: https
source: https://raw.githubusercontent.com/projectsyn/component-storageclass/v1.0.0/lib/storageclass.libsonnet
output_path: vendor/lib/storageclass.libsonnet
- type: https
source: https://raw.githubusercontent.com/appuio/component-openshift4-monitoring/v2.9.0/lib/openshift4-monitoring-alert-patching.libsonnet
output_path: vendor/lib/alert-patching.libsonnet
facts:
distribution: openshift4
openshift4_monitoring:
alerts:
ignoreNames: []
customAnnotations: {}
storageclass:
defaults: {}
defaultClass: ssd-local
topolvm:
deviceclasses:
- name: ssd
volume-group: vg-topolvm
default: true
spare-gb: 10
storageclasses:
ssd-local:
class: ssd
fstype: ext4
volumeexpansion: true
retainpolicy: Delete