You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| config.create | bool |`true`| Specifies whether the secret should be created |
38
39
| config.data.PGD_IMAGE_NAME | string |`"docker.enterprisedb.com/k8s_enterprise_pgd/postgresql-pgd:16.4-5.5.1-1"`| Specifies the location of the pgd image to be used for the operator docker.enterprisedb.com/k8s_standard_pgd/postgresql-pgd:16.4-5.5.1-1 |
39
40
| config.data.PGD_PROXY_IMAGE_NAME | string |`"docker.enterprisedb.com/k8s_enterprise_pgd/edb-pgd-proxy:5.5.0"`| Specifies the location of the pgd-proxy image to be used for the operator docker.enterprisedb.com/k8s_standard_pgd/edb-pgd-proxy:5.5.0 |
40
-
| config.data | object |`{}`| The content of the configmap/secret, see https://www.enterprisedb.com/docs/postgres_for_kubernetes/latest/operator_conf/#available-options for all the available options. |
|global.repository| string|`docker.enterprisedb.com/k8s_enterprise_pgd`| specifies the repository name where all the operators are pulled from, image name is not included|
| global | object |`{"repository":"docker.enterprisedb.com/k8s_enterprise_pgd"}`| Global values |
51
+
| global.repository | string |`"docker.enterprisedb.com/k8s_enterprise_pgd"`| Specifies the repository where the operator image to be downloaded from repository: docker.enterprisedb.com/k8s_standard_pgd |
54
52
| image.imageCredentials.create | bool |`true`| Specifies if an imagePullSecret should be created |
We can use prefix `edb-postgres-for-kubernetes-lts.` to specific the configuration for PG4K values if you want to overwrite the default one.
95
-
For a list of PG4K operator configuration values, please see [PG4K Values doc](https://github.com/EnterpriseDB/edb-postgres-for-kubernetes-charts/blob/main/charts/edb-postgres-for-kubernetes/README.md#values)
Copy file name to clipboardExpand all lines: charts/edb-postgres-distributed-for-kubernetes/charts/edb-postgres-for-kubernetes-lts/templates/_helpers.tpl
-16Lines changed: 0 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -226,14 +226,6 @@ namespace scope or clusterwide
226
226
- get
227
227
- patch
228
228
- update
229
-
- apiGroups:
230
-
- postgresql.k8s.enterprisedb.io
231
-
resources:
232
-
- imagecatalogs
233
-
verbs:
234
-
- get
235
-
- list
236
-
- watch
237
229
- apiGroups:
238
230
- postgresql.k8s.enterprisedb.io
239
231
resources:
@@ -303,12 +295,4 @@ Define the set of rules that must be applied clusterwide
0 commit comments