mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-02-14 18:09:58 +00:00
* feat(config): add combined users property as successor for usergroups and usernames configuration Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> * fix(crds): add proper deprecation notices on properties and via admission warnings Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> * chore: add local monitoring environment Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> --------- Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>
34 lines
1.0 KiB
YAML
34 lines
1.0 KiB
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- https://github.com/fluxcd/flux2/releases/download/v2.4.0/install.yaml
|
|
patches:
|
|
- patch: |
|
|
- op: add
|
|
path: /spec/template/spec/containers/0/args/-
|
|
value: --no-cross-namespace-refs=true
|
|
target:
|
|
kind: Deployment
|
|
name: "(kustomize-controller|helm-controller|notification-controller|image-reflector-controller|image-automation-controller)"
|
|
- patch: |
|
|
- op: add
|
|
path: /spec/template/spec/containers/0/args/-
|
|
value: --no-remote-bases=true
|
|
target:
|
|
kind: Deployment
|
|
name: "kustomize-controller"
|
|
- patch: |
|
|
- op: add
|
|
path: /spec/template/spec/containers/0/args/-
|
|
value: --default-service-account=default
|
|
target:
|
|
kind: Deployment
|
|
name: "(kustomize-controller|helm-controller)"
|
|
- patch: |
|
|
- op: replace
|
|
path: /spec/replicas
|
|
value: 0
|
|
target:
|
|
kind: Deployment
|
|
name: "(notification-controller|image-reflector-controller|image-automation-controller)"
|