Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erdrix committed Mar 6, 2022
1 parent d9e6c2f commit f9155e8
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p align="center"><img src="docs/img/nifikop.png" width="160"></p>

<p align="center">
<a href="https://ghcr.io/konpyutaika/nifikop/">
<a href="https://ghcr.io/konpyutaika/docker-images/nifikop/">
<img src="https://img.shields.io/github/v/release/konpyutaika/nifikop?style=shield&logo=docker" alt="Docker Automated build">
</a>

Expand Down
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
- /manager
args:
- --leader-elect
image: ghcr.io/konpyutaika/nifikop:v0.8.0-release
image: ghcr.io/konpyutaika/docker-images/nifikop:v0.8.0-release
name: nifikop
securityContext:
allowPrivilegeEscalation: false
Expand Down
2 changes: 1 addition & 1 deletion helm/nifikop/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## NiFi Operator Image
##
image:
repository: ghcr.io/konpyutaika/nifikop
repository: ghcr.io/konpyutaika/docker-images/nifikop
tag: v0.8.0-release
pullPolicy: Always
imagePullSecrets:
Expand Down
40 changes: 20 additions & 20 deletions site/docs/2_setup/3_install/1_customizable_install_with_helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,26 @@ It will use Custom Ressources Definition CRDs:

The following tables lists the configurable parameters of the NiFi Operator Helm chart and their default values.

| Parameter | Description | Default |
| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |-------------------------------|
| `image.repository` | Image | `ghcr.io/konpyutaika/nifikop` |
| `image.tag` | Image tag | `v0.8.0-release` |
| `image.pullPolicy` | Image pull policy | `Always` |
| `image.imagePullSecrets.enabled` | Enable tue use of secret for docker image | `false` |
| `image.imagePullSecrets.name` | Name of the secret to connect to docker registry | - |
| `certManager.enabled` | Enable cert-manager integration | `true` |
| `rbacEnable` | If true, create & use RBAC resources | `true` |
| `resources` | Pod resource requests & limits | `{}` |
| `metrics.enabled` | deploy service for metrics | `false` |
| `metrics.port` | Set port for operator metrics | `8081` |
| `debug.enabled` | activate DEBUG log level | `false` |
| `certManager.clusterScoped` | If true setup cluster scoped resources | `false` |
| `namespaces` | List of namespaces where Operator watches for custom resources. Make sure the operator ServiceAccount is granted `get` permissions on this `Node` resource when using limited RBACs. | `""` i.e. all namespaces |
| `nodeSelector` | Node selector configuration for operator pod | `{}` |
| `affinity` | Node affinity configuration for operator pod | `{}` |
| `tolerations` | Toleration configuration for operator pod | `{}` |
| `serviceAccount.create` | Whether the SA creation is delegated to the chart or not | `true` |
| `serviceAccount.name` | Name of the SA used for NiFiKop deployment | release name |
| Parameter | Description | Default |
| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |---------------------------------------------|
| `image.repository` | Image | `ghcr.io/konpyutaika/docker-images/nifikop` |
| `image.tag` | Image tag | `v0.8.0-release` |
| `image.pullPolicy` | Image pull policy | `Always` |
| `image.imagePullSecrets.enabled` | Enable tue use of secret for docker image | `false` |
| `image.imagePullSecrets.name` | Name of the secret to connect to docker registry | - |
| `certManager.enabled` | Enable cert-manager integration | `true` |
| `rbacEnable` | If true, create & use RBAC resources | `true` |
| `resources` | Pod resource requests & limits | `{}` |
| `metrics.enabled` | deploy service for metrics | `false` |
| `metrics.port` | Set port for operator metrics | `8081` |
| `debug.enabled` | activate DEBUG log level | `false` |
| `certManager.clusterScoped` | If true setup cluster scoped resources | `false` |
| `namespaces` | List of namespaces where Operator watches for custom resources. Make sure the operator ServiceAccount is granted `get` permissions on this `Node` resource when using limited RBACs. | `""` i.e. all namespaces |
| `nodeSelector` | Node selector configuration for operator pod | `{}` |
| `affinity` | Node affinity configuration for operator pod | `{}` |
| `tolerations` | Toleration configuration for operator pod | `{}` |
| `serviceAccount.create` | Whether the SA creation is delegated to the chart or not | `true` |
| `serviceAccount.name` | Name of the SA used for NiFiKop deployment | release name |

Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,

Expand Down
Loading

0 comments on commit f9155e8

Please sign in to comment.