Skip to content

Commit a23c2cf

Browse files
Mykola SerdiukMykolaMarusenko
authored andcommitted
chore: : Add annotation block for cd-pipeline-operator (#453)
1 parent a624f65 commit a23c2cf

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

deploy-templates/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ A Helm chart for KubeRocketCI Platform
3636
| cd-pipeline-operator.enabled | bool | `true` | |
3737
| cd-pipeline-operator.manageNamespace | bool | `true` | should the operator manage(create/delete) namespaces for stages Refer to the guide for managing namespace (https://docs.kuberocketci.io/docs/operator-guide/auth/namespace-management) |
3838
| cd-pipeline-operator.secretManager | string | `"own"` | Flag indicating whether the operator should manage secrets for stages. This parameter controls the provisioning of the 'regcred' secret within deployed environments, facilitating access to private container registries. Set the parameter to "none" under the following conditions: - If 'global.dockerRegistry.type=ecr' and IRSA is enabled, or - If 'global.dockerRegistry.type=openshift'. For private registries, choose the most appropriate method to provide credentials to deployed environments. Refer to the guide for managing container registries (https://docs.kuberocketci.io/docs/user-guide/manage-container-registries). Possible values: own/eso/none. - own: Copies the secret once from the parent namespace, without subsequent reconciliation. If updated in the parent namespace, manual updating in all created namespaces is required. - eso: The secret will be managed by the External Secrets Operator (requires installation and configuration in the cluster: https://docs.kuberocketci.io/docs/operator-guide/secrets-management/install-external-secrets-operator). - none: Disables secrets management logic. |
39+
| cd-pipeline-operator.serviceAccount.annotations | object | `{}` | |
3940
| cd-pipeline-operator.tenancyEngine | string | `"none"` | Defines the type of the tenant engine that can be "none", "kiosk" or "capsule"; for Stages with external cluster tenancyEngine will be ignored. Default: none |
4041
| codebase-operator.enabled | bool | `true` | |
4142
| edp-headlamp.config.baseURL | string | `""` | base url path at which headlamp should run |

deploy-templates/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ cd-pipeline-operator:
253253
# externalName: false
254254
# loadBalancer: false
255255
# nodePort: false
256+
serviceAccount:
257+
annotations: {}
256258

257259
# -- should the operator manage(create/delete) namespaces for stages
258260
# Refer to the guide for managing namespace (https://docs.kuberocketci.io/docs/operator-guide/auth/namespace-management)

0 commit comments

Comments
 (0)