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: Ricardo Zanini <[email protected]>
  • Loading branch information
rgolangh and ricardozanini committed Aug 20, 2024
1 parent 2f54642 commit 804843b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@ spec:
Similar to a deployment spec, a serverless workflow has a spec.podTemplate, with minor differences, but the change is almost identical.
In this case, we are mounting some ingress ca-bundle because we want our workflow to reach the `.apps.my-cluster-name.my-cluster-domain` SSL endpoint.

In this example we pull the ingress CA of OpenShift's ingress deployment because this
is the CA that is used to sign certificates for routes. It can be any CA that is signing the target service certificate.
In this example, we pull the ingress CA of OpenShift's ingress deployment because this is the CA that signs the target routes' certificates. It can be any CA that is signing the target service certificate.
Here's how to copy the ingress ca cert to the desired namespace:

[source,shell]
Expand Down

0 comments on commit 804843b

Please sign in to comment.