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
* Carvel [kapp-controller](https://carvel.dev/kapp-controller) deployed in your Kubernetes cluster. You can install it with Carvel [`kapp`](https://carvel.dev/kapp/docs/latest/install) (recommended choice) or `kubectl`.
18
18
@@ -77,7 +77,7 @@ The Engineering Platform package can be customized via a `values.yml` file.
77
77
platform:
78
78
profile: run
79
79
ingress:
80
-
domain: thomasvitale.com
80
+
domain: platform.kadras.io
81
81
```
82
82
83
83
Reference the `values.yml` file from the `kctrl` command when installing or upgrading the package.
@@ -98,7 +98,7 @@ The Engineering Platform package has the following configurable properties.
98
98
99
99
| Config | Default | Description |
100
100
|-------|-------------------|-------------|
101
-
| `platform.profile` | `run` | The platform profile to install. Options: `full`, `dev`, `build`, `run`. |
101
+
| `platform.profile` | `run` | The platform profile to install. Options: `standalone`, `dev`, `build`, `run`. |
102
102
| `platform.supply_chain` | `basic` | The type of supply chain to deploy. Options: `basic`, `advanced`. |
103
103
| `platform.namespace` | `kadras-packages` | The namespace where to install the platform. |
104
104
| `platform.excluded_packages` | `[]` | A list of packages to exclude from being installed. |
@@ -110,12 +110,12 @@ The Engineering Platform package has the following configurable properties.
110
110
| `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`. |
111
111
| `platform.oci_registry.server` | `""` | The server of the OCI Registry where the platform will publish OCI images. Example: "ghcr.io". |
112
112
| `platform.oci_registry.repository` | `""` | The repository in the OCI Registry where the platform will publish OCI images. Example: "my-org". |
113
-
| `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: `full`, `dev`, `build`. |
113
+
| `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`. |
114
114
| `platform.oci_registry.secret.namespace` | `kadras-packages` | The namespace of the Secret holding the credentials to access the OCI registry. |
115
115
| `platform.cosign.secret.name` | `""` | The name of the Secret holding the Cosign key pair. |
116
116
| `platform.cosign.secret.namespace` | `kadras-packages` | The namespace of the Secret holding the Cosign key pair. |
117
117
| `platform.git.server` | `https://github.com` | The server hosting the Git repositories used by the plaform. |
118
-
| `platform.git.secret.name` | `""` | The name of the Secret holding the credentials to access the Git server. The credentials should provide read-only access to the Git server except when installing the platform with one of these profiles: `full`, `build`. |
118
+
| `platform.git.secret.name` | `""` | The name of the Secret holding the credentials to access the Git server. The credentials should provide read-only access to the Git server except when installing the platform with one of these profiles: `standalone`, `build`. |
119
119
| `platform.git.secret.namespace` | `kadras-packages` | The namespace of the Secret holding the credentials to access the Git server. |
120
120
121
121
Each Kadras package included in the platform can be configured independently.
* Carvel [kapp-controller](https://carvel.dev/kapp-controller) deployed in your Kubernetes cluster. You can install it with Carvel [`kapp`](https://carvel.dev/kapp/docs/latest/install) (recommended choice) or `kubectl`.
@@ -22,7 +22,7 @@ Add the Kadras repository to make all the platform packages available to the clu
22
22
-n kadras-packages --create-namespace
23
23
```
24
24
25
-
You can check the full list of available packages as follows.
25
+
You can check the standalone list of available packages as follows.
0 commit comments