Skip to content

Commit e487438

Browse files
committed
add mention of environment variable management feature in Control Center docs
1 parent 092dde6 commit e487438

File tree

1 file changed

+8
-0
lines changed
  • articles/control-center/application-deployment

1 file changed

+8
-0
lines changed

articles/control-center/application-deployment/index.adoc

+8
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,14 @@ Once all fields are completed, click [guibutton]*Deploy*.
131131
Control Center now deploys your application to the Kubernetes cluster, creates the necessary resources, and handles configurations such as load balancing and service discovery.
132132

133133

134+
=== Environment Variables
135+
136+
Environment variables and their values can be set to applications deployed with Control Center.
137+
These variables can be managed by clicking the [guibutton]*Environment Variables* button.
138+
This opens a dialog to add, edit, or remove environment variables.
139+
Some environment variables are considered essential and cannot be modified or removed.
140+
Making any changes to environment variables triggers a re-deploy to make the new values available.
141+
134142
== Accessing Application
135143

136144
Once the deployment is complete, your application can be accessed using the hostname you specified during deployment. For example, if you deployed to a cloud environment you'd use something like, `https://app.example.com`. If you're working in a local environment, you'd use `http://app.local`, instead.

0 commit comments

Comments
 (0)