Skip to content

Commit

Permalink
add OpenShift screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbreaux committed Jul 29, 2024
1 parent 11b3853 commit b7c13a1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions _posts/2024-07-29-liberty-container-classpath-overrides.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,17 @@ USER 1001

### Create the Kubernetes resources

In my case, using the OpenShift admin web UI.

The appropriate Secret(s) must be configured in each namespace (Project) that needs them. (Secrets cannot be shared across Kubernetes namespaces - a.k.a. OpenShift Projects).

A simple way to do this is to create a new **Key/value secret** and upload a properties file as its contents:

![create-secret.png]({{site.baseurl}}/assets/create-secret.png)

![create-secret2.png]({{site.baseurl}}/assets/create-secret2.png)

Then edit the file content to set the correct values for each property in the particular environment.

### Volume mounts

Expand Down

0 comments on commit b7c13a1

Please sign in to comment.