Skip to content
This repository was archived by the owner on Feb 27, 2025. It is now read-only.

Commit d261600

Browse files
committed
delete kustomizations
we'll add them back again later Signed-off-by: Kingdon Barrett <[email protected]>
1 parent a208dda commit d261600

File tree

1 file changed

+0
-63
lines changed

1 file changed

+0
-63
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,5 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
# - helm.toolkit.fluxcd.io_helmreleases.yaml
54
- gotk-components.yaml
65
- gotk-sync.yaml
7-
patches:
8-
# - patch: |
9-
# apiVersion: apps/v1
10-
# kind: Deployment
11-
# metadata:
12-
# name: helm-controller
13-
# namespace: flux-system
14-
# spec:
15-
# template:
16-
# spec:
17-
# containers:
18-
# - name: manager
19-
# image: kingdonb/helm-controller:842a942
20-
# args:
21-
# - --events-addr=http://notification-controller.flux-system.svc.cluster.local./
22-
# - --watch-all-namespaces=true
23-
# - --log-level=info
24-
# - --log-encoding=json
25-
# - --enable-leader-election
26-
# - --feature-gates=DetectDrift=True
27-
# target:
28-
# kind: Deployment
29-
# name: "helm-controller"
30-
patchesStrategicMerge:
31-
- |-
32-
apiVersion: kustomize.toolkit.fluxcd.io/v1
33-
kind: Kustomization
34-
metadata:
35-
name: flux-system
36-
namespace: flux-system
37-
spec:
38-
interval: 1m
39-
patches:
40-
- target:
41-
version: v1
42-
group: apps
43-
kind: Deployment
44-
name: notification-controller
45-
namespace: flux-system
46-
patch: |-
47-
- op: add
48-
path: /spec/template/spec/containers/0/args/-
49-
value: --rate-limit-interval=10s
50-
- target:
51-
version: v1
52-
group: apps
53-
kind: Deployment
54-
name: kustomize-controller
55-
namespace: flux-system
56-
patch: |-
57-
- op: add
58-
path: /spec/template/spec/containers/0/args/-
59-
value: --requeue-dependency=3s
60-
- op: add
61-
path: /spec/template/spec/containers/0/args/0
62-
value: --concurrent=6
63-
- op: replace
64-
path: /spec/template/spec/containers/0/resources/limits/cpu
65-
value: "2"
66-
- op: replace
67-
path: /spec/template/spec/containers/0/resources/limits/memory
68-
value: "2Gi"

0 commit comments

Comments
 (0)