Commit 0c3f3c1 1 parent 95e3e99 commit 0c3f3c1 Copy full SHA for 0c3f3c1
File tree 2 files changed +32
-32
lines changed
clusters/cozy-test/flux-system
2 files changed +32
-32
lines changed Original file line number Diff line number Diff line change @@ -26,33 +26,33 @@ spec:
26
26
kind : GitRepository
27
27
name : flux-system
28
28
# I was warned
29
- ---
30
- apiVersion : kustomize.toolkit.fluxcd.io/v1
31
- kind : Kustomization
32
- metadata :
33
- name : flux-oci
34
- namespace : flux-system
35
- spec :
36
- interval : 10m0s
37
- path : ./
38
- prune : true
39
- sourceRef :
40
- kind : OCIRepository
41
- name : flux-oci
42
- patches :
43
- - patch : |
44
- - op: add
45
- path: /spec/template/spec/containers/0/args/-
46
- value: --concurrent=10
47
- - op: add
48
- path: /spec/template/spec/containers/0/args/-
49
- value: --requeue-dependency=5s
50
- - op: replace
51
- path: /spec/template/spec/containers/0/resources/limits/cpu
52
- value: "2"
53
- - op: replace
54
- path: /spec/template/spec/containers/0/resources/limits/memory
55
- value: "2Gi"
56
- target:
57
- kind: Deployment
58
- name: "(kustomize-controller|helm-controller|source-controller)"
29
+ # ---
30
+ # apiVersion: kustomize.toolkit.fluxcd.io/v1
31
+ # kind: Kustomization
32
+ # metadata:
33
+ # name: flux-oci
34
+ # namespace: flux-system
35
+ # spec:
36
+ # interval: 10m0s
37
+ # path: ./
38
+ # prune: true
39
+ # sourceRef:
40
+ # kind: OCIRepository
41
+ # name: flux-oci
42
+ # patches:
43
+ # - patch: |
44
+ # - op: add
45
+ # path: /spec/template/spec/containers/0/args/-
46
+ # value: --concurrent=10
47
+ # - op: add
48
+ # path: /spec/template/spec/containers/0/args/-
49
+ # value: --requeue-dependency=5s
50
+ # - op: replace
51
+ # path: /spec/template/spec/containers/0/resources/limits/cpu
52
+ # value: "2"
53
+ # - op: replace
54
+ # path: /spec/template/spec/containers/0/resources/limits/memory
55
+ # value: "2Gi"
56
+ # target:
57
+ # kind: Deployment
58
+ # name: "(kustomize-controller|helm-controller|source-controller)"
Original file line number Diff line number Diff line change 1
1
apiVersion : kustomize.config.k8s.io/v1beta1
2
2
kind : Kustomization
3
3
resources :
4
- - flux-oci.yaml
5
- # - gotk-components.yaml
4
+ # - flux-oci.yaml
5
+ - gotk-components.yaml
6
6
- gotk-sync.yaml
You can’t perform that action at this time.
0 commit comments