-
Notifications
You must be signed in to change notification settings - Fork 19
/
kustomization.yaml
78 lines (78 loc) · 2.39 KB
/
kustomization.yaml
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: flux-system
resources:
- registry-credential-sync/hmctspublic/kustomize.yaml
- registry-credential-sync/hmctsprivate/kustomize.yaml
- registry-credential-sync/hmctssandbox/kustomize.yaml
- ../../aac/automation
- ../../adoption/automation
- ../../am/automation
- ../../backstage/automation
- ../../bar/automation
- ../../bsp/automation
- ../../ccd/automation
- ../../civil/automation
- ../../cnp/automation
- ../../cpo/automation
- ../../dg/automation
- ../../divorce/automation
- ../../dm-store/automation
- ../../docmosis/automation
- ../../em/automation
- ../../ethos/automation
- ../../fact/automation
- ../../rpts/automation
- ../../family-public-law/automation
- ../../fees-pay/automation
- ../../financial-remedy/automation
- ../../hmc/automation
- ../../ia/automation
- ../../idam/automation
- ../../lau/automation
- ../../money-claims/automation
- ../../nfdiv/automation
- ../../pcq/automation
- ../../probate/automation
- ../../rd/automation
- ../../reform-scan/automation
- ../../rpe/automation
- ../../slack-help-bot/automation
- ../../response/automation
- ../../sscs/automation
- ../../wa/automation
- ../../xui/automation
- ../../et/automation
- ../../labs/automation
- ../../camunda/automation
- ../../fis/automation
- ../../private-law/automation
- ../../ts/automation
- ../../dtsse/automation
- ../../sptribs/automation
- ../../azure-devops/automation
- ../../cui/automation
- ../../monitoring/automation
- ../../disposer/automation
- ../../jenkins/automation
- ../../clamav-mirror/automation
- ../../et-pet/automation
- ../../tax-tribunals/automation
- ../../help-with-fees/automation
patches:
- path: hmctspublic-image-repo.yaml
target:
kind: ImageRepository
annotationSelector: hmcts.github.com/image-registry != hmctsprivate,hmcts.github.com/image-registry != hmctssandbox
- path: hmctsprivate-image-repo.yaml
target:
kind: ImageRepository
annotationSelector: hmcts.github.com/image-registry == hmctsprivate
- path: hmctssandbox-image-repo.yaml
target:
kind: ImageRepository
annotationSelector: hmcts.github.com/image-registry == hmctssandbox
- path: prod-image-policy.yaml
target:
kind: ImagePolicy
annotationSelector: hmcts.github.com/prod-automated != disabled