Skip to content

Commit

Permalink
Only enable flux helm and source controller (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: Rokibul Hasan <[email protected]>
  • Loading branch information
RokibulHasan7 authored Feb 25, 2024
1 parent a80a150 commit 54c0b2d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
22 changes: 13 additions & 9 deletions charts/fluxcd-addon-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,19 @@ The command removes all the Kubernetes components associated with the chart and

The following table lists the configurable parameters of the `fluxcd-addon-manager` chart and their default values.

| Parameter | Description | Default |
|--------------------------------------|-------------|---------------------------------------------------|
| image | | <code>ghcr.io/kluster-manager/fluxcd-addon</code> |
| tag | | <code></code> |
| kubeconfigSecretName | | <code>""</code> |
| kubectl.image | | <code>ghcr.io/appscode/kubectl:1.23</code> |
| fluxcdConfig.installCRDs | | <code>true</code> |
| fluxcdConfig.helmController.create | | <code>true</code> |
| fluxcdConfig.sourceController.create | | <code>true</code> |
| Parameter | Description | Default |
|-----------------------------------------------|-------------|---------------------------------------------------|
| image | | <code>ghcr.io/kluster-manager/fluxcd-addon</code> |
| tag | | <code></code> |
| kubeconfigSecretName | | <code>""</code> |
| kubectl.image | | <code>ghcr.io/appscode/kubectl:1.23</code> |
| fluxcdConfig.installCRDs | | <code>true</code> |
| fluxcdConfig.helmController.create | | <code>true</code> |
| fluxcdConfig.sourceController.create | | <code>true</code> |
| fluxcdConfig.imageReflectionController.create | | <code>false</code> |
| fluxcdConfig.imageAutomationController.create | | <code>false</code> |
| fluxcdConfig.kustomizeController.create | | <code>false</code> |
| fluxcdConfig.notificationController.create | | <code>false</code> |


Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:
Expand Down
8 changes: 8 additions & 0 deletions charts/fluxcd-addon-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,11 @@ fluxcdConfig:
create: true
sourceController:
create: true
imageReflectionController:
create: false
imageAutomationController:
create: false
kustomizeController:
create: false
notificationController:
create: false

0 comments on commit 54c0b2d

Please sign in to comment.