Skip to content

Commit

Permalink
Pass fluxcd config from values
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Jun 12, 2024
1 parent f79a3d7 commit 4db5ecb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 17 deletions.
14 changes: 1 addition & 13 deletions charts/fluxcd-manager/common/addon/fluxcd_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,4 @@ metadata:
name: fluxcd-config
namespace: {{ include "fluxcd-manager.namespace" . }}
spec:
installCRDs: true
helmController:
create: true
sourceController:
create: true
imageReflectionController:
create: false
imageAutomationController:
create: false
kustomizeController:
create: false
notificationController:
create: false
{{- toYaml .Values.fluxcdConfig | nindent 2 }}
16 changes: 12 additions & 4 deletions charts/fluxcd-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,23 @@ kubectl:

fluxcdConfig:
installCRDs: true
cli:
image: ghcr.io/appscode/flux-cli
helmController:
create: true
sourceController:
create: true
imageReflectionController:
create: false
image: ghcr.io/fluxcd/helm-controller
imageAutomationController:
create: false
image: ghcr.io/fluxcd/image-automation-controller
imageReflectionController:
create: false
image: ghcr.io/fluxcd/image-reflector-controller
kustomizeController:
create: false
image: ghcr.io/fluxcd/kustomize-controller
notificationController:
create: false
image: ghcr.io/fluxcd/notification-controller
sourceController:
create: true
image: ghcr.io/fluxcd/source-controller

0 comments on commit 4db5ecb

Please sign in to comment.