Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ oc process -f build/build.yml | oc apply -f-
oc apply -f deploy/service_account.yaml
oc apply -f deploy/role.yaml
oc apply -f deploy/role_binding.yaml
oc apply -f deploy/deployment.yaml
oc apply -f deploy/operator.yaml
----

== Configuration
Expand Down Expand Up @@ -208,4 +208,4 @@ oc annotate service dotnet-example openshift.io/cert-ctl-format=pkcs12 --overwri
oc annotate service dotnet-example openshift.io/cert-ctl-status=new --overwrite
----

You will notice two entries in the secret "tls.p12" and "tls-p12-secret.txt"
You will notice two entries in the secret "tls.p12" and "tls-p12-secret.txt"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

presume this is just a newline? or have i missed something?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not even a new line... no idea why github decided this is a change...