-
Notifications
You must be signed in to change notification settings - Fork 18
/
patches.yml
50 lines (49 loc) · 1.23 KB
/
patches.yml
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
# Add the following patches block to your base kustomization.yml in your fork
# of spinnaker-config:
patches:
- target:
# Match all Deployments, excluding deck
kind: Deployment
name: (clouddriver|echo|fiat|front50|gate|igor|kayenta|orca|rosco)
path: monitoring/patches/shared/sidecar.yml
- target:
# Match all Deployments, excluding deck
kind: Deployment
name: (clouddriver|echo|fiat|front50|gate|igor|kayenta|orca|rosco)
path: monitoring/patches/shared/volumes.yml
- target:
kind: Deployment
name: clouddriver
path: monitoring/patches/clouddriver.yml
- target:
kind: Deployment
name: echo
path: monitoring/patches/echo.yml
- target:
kind: Deployment
name: fiat
path: monitoring/patches/fiat.yml
- target:
kind: Deployment
name: front50
path: monitoring/patches/front50.yml
- target:
kind: Deployment
name: gate
path: monitoring/patches/gate.yml
- target:
kind: Deployment
name: igor
path: monitoring/patches/igor.yml
- target:
kind: Deployment
name: kayenta
path: monitoring/patches/kayenta.yml
- target:
kind: Deployment
name: orca
path: monitoring/patches/orca.yml
- target:
kind: Deployment
name: rosco
path: monitoring/patches/rosco.yml