Skip to content

Commit

Permalink
reivew
Browse files Browse the repository at this point in the history
Signed-off-by: YanniHu1996 <[email protected]>
  • Loading branch information
YanniHu1996 committed Dec 27, 2024
1 parent 52a1adc commit 300f7ac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion charts/edb-postgres-distributed-for-kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ EDB Postgres Distributed for Kubernetes Helm Chart
| cert-manager.enabled | bool | `true` | |
| cert-manager.installCRDs | bool | `true` | |
| commonAnnotations | object | `{}` | Annotations to be added to all other resources |
| config.create | bool | `true` | Specifies whether the secret should be created |
| config.create | bool | `true` | Specifies whether to enable the operator's configuration. Enabling this will create a ConfigMap or Secret (based on the 'secret' field) |
| config.data.PGD_IMAGE_NAME | string | `""` | Specifies the location of the pgd image (include path) to be used for the operator this will overwrite the global repository/pgdImageName |
| config.data.PGD_PROXY_IMAGE_NAME | string | `""` | Specifies the location of the pgd-proxy image (include path) to be used for the operator this will overwrite the global repository/proxyImageName |
| config.data.PULL_SECRET_NAME | string | `"edb-pull-secret"` | |
Expand Down Expand Up @@ -91,3 +91,5 @@ EDB Postgres Distributed for Kubernetes Helm Chart
| webhook.validating.create | bool | `true` | |
| webhook.validating.failurePolicy | string | `"Fail"` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,5 @@ EDB Postgres for Kubernetes LTS release Helm Chart
| tolerations | list | `[]` | Tolerations for the operator to be installed |
| webhook | object | `{"livenessProbe":{"initialDelaySeconds":3},"mutating":{"create":true,"failurePolicy":"Fail"},"port":9443,"readinessProbe":{"initialDelaySeconds":3},"validating":{"create":true,"failurePolicy":"Fail"}}` | The webhook configuration. |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
4 changes: 2 additions & 2 deletions charts/edb-postgres-distributed-for-kubernetes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ managerConfig:
enabled: true
resourceName: "e72f3162.k8s.enterprisedb.io"


# Operator configuration
config:
# -- Specifies whether the secret should be created
# -- Specifies whether to enable the operator's configuration.
# Enabling this will create a ConfigMap or Secret (based on the 'secret' field)
create: true
# -- Specifies whether it should be stored in a secret, instead of a configmap
secret: false
Expand Down

0 comments on commit 300f7ac

Please sign in to comment.