Skip to content

Commit d753b2f

Browse files
committed
docs: Update readme
1 parent 2b4fbb2 commit d753b2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ The Engineering Platform package has the following configurable properties.
107107
| `platform.ingress.issuer.type` | `private` | The type of ClusterIssuer the platform will use to enable TLS communications. Options: `private`, `letsencrypt_staging`, `letsencrypt`, `custom`. |
108108
| `platform.ingress.issuer.name` | `""` | A reference to a custom ClusterIssuer previously created on the cluster where the platform will be installed. Required when the type is `custom`. |
109109
| `platform.ingress.issuer.email` | `""` | The email address that Let's Encrypt will use to send info on expiring certificates or other issues. Required when the type is `letsencrypt_staging` or `letsencrypt`. |
110-
| `platform.oci_registry.secret.name` | `""` | The name of the Secret holding the credentials to access the OCI registry. The credentials should provide read-only access to the OCI registry except when installing the platform with one of these profiles: `standalone`, `dev`, `build`. |
111-
| `platform.oci_registry.secret.namespace` | `kadras-system` | The namespace of the Secret holding the credentials to access the OCI registry. |
110+
| `platform.oci.pull_secret.name` | `""` | The name of the Secret holding the credentials to pull images from the OCI registry. |
111+
| `platform.oci.pull_secret.namespace` | `kadras-system` | The namespace of the Secret holding the credentials to pull images from the OCI registry. |
112112
| `platform.cosign.secret.name` | `""` | The name of the Secret holding the Cosign key pair. |
113113
| `platform.cosign.secret.namespace` | `kadras-system` | The namespace of the Secret holding the Cosign key pair. |
114114
| `platform.git.server` | `https://github.com` | The server hosting the Git repositories used by the plaform. |

0 commit comments

Comments
 (0)