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
Each of the fields in this example is optional, and can be customized.
@@ -98,7 +100,7 @@ This target environment can be applied by providing the command-line argument `-
98
100
- Variables will be injected into the model for port, host, and URL attributes
99
101
-`lax` validation will be applied for the resulting model
100
102
- Credentials in the model will be replaced with references to Kubernetes secrets, and a script to create those secrets will be produced
101
-
- An additional Kubernetes resource file, `model.yaml`, will be produced, with cluster and naming information derived from the model
103
+
- An additional Kubernetes resource file, `wko-domain.yaml`, will be produced, with cluster and naming information derived from the model
102
104
103
105
#### The Verrazzano target
104
106
This target environment can be applied by providing the command-line argument `-target vz`. It will provide this additional processing:
@@ -107,7 +109,7 @@ This target environment can be applied by providing the command-line argument `-
107
109
- Variables will be injected into the model for port, host, and URL attributes
108
110
-`lax` validation will be applied for the resulting model
109
111
- Credentials in the model will be replaced with placeholder values, and a script to create corresponding secrets will be produced
110
-
- Two additional Kubernetes resource files, `model.yaml` and `binding.yaml`, will be produced, with cluster and data source information derived from the model
112
+
- Two additional Kubernetes resource files, `vz-application.yaml`, will be produced, with cluster and data source information derived from the model
0 commit comments