Skip to content

Commit

Permalink
Update serverlessworkflow/modules/ROOT/pages/cloud/operator/add-custo…
Browse files Browse the repository at this point in the history
…m-ca-to-a-workflow-pod.adoc

Co-authored-by: Tomáš David <[email protected]>
  • Loading branch information
rgolangh and tomasdavidorg authored Apr 3, 2024
1 parent 1af49ec commit 5b8d5d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
keytool -importcert -no-prompt -keystore /opt/new-cacerts/cacerts -storepass changeit -file /var/run/secrets/kubernetes.io/serviceaccount/ca.crt
```

The default keystore under $JAVA_HOME is part of the container image and is not mutable. We have to create the mutated copy to a shared volume, hence the 'new-cacerts' one.
The default keystore under `$JAVA_HOME` is part of the container image and is not mutable. We have to create the mutated copy to a shared volume, hence the 'new-cacerts' one.

=== Step 3: Configure Java to load the new keystore

Expand Down

0 comments on commit 5b8d5d4

Please sign in to comment.