Skip to content

Commit 283b179

Browse files
Kersten RichterGitHub Enterprise
authored andcommitted
Merge pull request #177 from cloud-docs/next-prod-push
Next publish push
2 parents 39542e7 + 2148b33 commit 283b179

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

build-tutorial-buildpacks.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
copyright:
44
years: 2021
5-
lastupdated: "2021-12-20"
5+
lastupdated: "2021-12-23"
66

77
keywords: code engine, tutorial, build, source, application, buildpack, access, build run, image
88

@@ -20,11 +20,10 @@ completion-time: 10m
2020
{: toc-content-type="tutorial"}
2121
{: toc-completion-time="10m"}
2222

23-
{: shortdesc}
24-
2523
A build, or image build, is a mechanism that you can use to create a container image from your source code. {{site.data.keyword.codeengineshort}} supports building from a Dockerfile and Cloud Native Buildpacks.
24+
{: shortdesc}
2625

27-
**Before you begin**
26+
Before you begin
2827

2928
- [Set up your {{site.data.keyword.codeengineshort}} CLI environment](/docs/codeengine?topic=codeengine-install-cli).
3029
- [Create and work with a project](/docs/codeengine?topic=codeengine-manage-project).

environment-vars.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
copyright:
44
years: 2021
5-
lastupdated: "2021-12-16"
5+
lastupdated: "2021-12-23"
66

77
keywords: environment variables with code engine, environment variables, creating environment variables, working with environment variables, key-value pair
88

@@ -66,7 +66,7 @@ The following table describes information about your environment variables.
6666
| Heading | Description |
6767
| --------------------------- | --------------------------- |
6868
| `Name` | The name of your environment variable. |
69-
| `Defined by` | Specifies whether the environment variable is of type `literal`, or whether the environment variable is a fully referenced configmap or secret, or whether specific keys of a secret or configmap are referenced. |
69+
| `Defined by` | Specifies whether the environment variable is of type `literal`, or whether the environment variable is a fully referenced configmap or secret, or whether specific keys of a secret or configmap are referenced. |
7070
| `Value or reference` | Displays the literal value, the fully referenced configmap or secret, or the referenced keys of a configmap or secret. |
7171
{: caption="Table of environment variables"}
7272

@@ -88,6 +88,7 @@ For example, let's create an app and set environment variables for the app.
8888
When you set environment variables in your app or job, this action adds a new environment variable or overrides an existing environment variable. If you have an environment variable with the same *Name*, and specify a different *value* than the previously defined environment variable, then the updated environment variable overrides the existing value. For example, if you have a defined environment variable that is named `envvar1` and its value is `myenvar1`, and you define another environment variable that is also named `envvar1` and specify its value as `mynewenvvar1`, then after you save and deploy your updated app or you save your updated job, your running app, or job uses the `envvar1` environment variable with value `mynewenvvar1`.
8989
{: note}
9090

91+
9192
### Updating environment variables from the console
9293
{: #envvar-update-ui}
9394

@@ -113,6 +114,7 @@ Before you begin
113114
* Set up your [{{site.data.keyword.codeengineshort}} CLI](/docs/codeengine?topic=codeengine-install-cli) environment.
114115
* [Create and work with a project](/docs/codeengine?topic=codeengine-manage-project).
115116

117+
116118
#### Create and update environment variables for your app
117119
{: #envvar-create-cli-app}
118120

@@ -234,8 +236,7 @@ When you no longer need an environment variable, you can delete it.
234236
### Deleting environment variables from the console
235237
{: #envvar-delete-ui}
236238

237-
1. From the console, go to the app or job that has the environment variable that you want to delete. Click
238-
the **Environment variables** tab.
239+
1. From the console, go to the app or job that has the environment variable that you want to delete. Click the **Environment variables** tab.
239240
2. From the table of environment variables, delete the environment variable that you want to remove from the app or job.
240241
3. Click **Save and deploy** to update the app or click **Save** to update your job with the new environment variables. When your app or job is in `Ready` state, your app or job is updated with your current environment variables.
241242

sitemap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
copyright:
44
years: 2021
5-
lastupdated: "2021-12-21"
5+
lastupdated: "2021-12-23"
66

77
keywords: sitemap, code engine, about, tutorial, project, app, job, configmaps, secret, event, log, monitor, cli, api, troubleshoot, support, source code, faq, memory, cpu, commands, arguments, release notes
88

0 commit comments

Comments
 (0)