Skip to content

Commit

Permalink
Fixing a few more build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bergerhoffer committed Jun 24, 2021
1 parent 15ad94c commit 6874c40
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions modules/identity-provider-htpasswd-update-users.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ metadata:
type: Opaque
data:
htpasswd: <base64_encoded_htpasswd_file_contents>
----
====

. If you removed one or more users, you must additionally remove existing resources for each user.
Expand Down
2 changes: 1 addition & 1 deletion modules/migration-mtc-cr-manifests.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
destMigClusterRef:
name: <destination_cluster_ref>
namespace: openshift-migration
namespaces:
namespaces: <1>
- <source_namespace_1>
- <source_namespace_2>:<destination_namespace_3> <2>
----
Expand Down
2 changes: 1 addition & 1 deletion modules/migration-updating-deprecated-internal-images.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ $ podman tag <registry_url>:<port>/openshift/<image> \ <1>
+
[source,terminal]
----
$ podman push <registry_url>:<port>/openshift/<image>
$ podman push <registry_url>:<port>/openshift/<image> <1>
----
<1> Specify the {product-title} 4 cluster.

Expand Down
4 changes: 2 additions & 2 deletions operators/operator_sdk/ansible/osdk-ansible-tutorial.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ include::modules/osdk-run-deployment.adoc[leveloffset=+2]
[id="osdk-bundle-deploy-olm_{context}"]
=== Bundling an Operator and deploying with Operator Lifecycle Manager

include::modules/osdk-bundle-operator.adoc[leveloffset=+4]
include::modules/osdk-deploy-olm.adoc[leveloffset=+4]
include::modules/osdk-bundle-operator.adoc[leveloffset=+3]
include::modules/osdk-deploy-olm.adoc[leveloffset=+3]

include::modules/osdk-create-cr.adoc[leveloffset=+1]

Expand Down
4 changes: 2 additions & 2 deletions operators/operator_sdk/golang/osdk-golang-tutorial.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ include::modules/osdk-run-deployment.adoc[leveloffset=+2]
[id="osdk-bundle-deploy-olm_{context}"]
=== Bundling an Operator and deploying with Operator Lifecycle Manager

include::modules/osdk-bundle-operator.adoc[leveloffset=+4]
include::modules/osdk-deploy-olm.adoc[leveloffset=+4]
include::modules/osdk-bundle-operator.adoc[leveloffset=+3]
include::modules/osdk-deploy-olm.adoc[leveloffset=+3]

include::modules/osdk-create-cr.adoc[leveloffset=+1]

Expand Down
4 changes: 2 additions & 2 deletions operators/operator_sdk/helm/osdk-helm-tutorial.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ include::modules/osdk-run-deployment.adoc[leveloffset=+2]
[id="osdk-bundle-deploy-olm_{context}"]
=== Bundling an Operator and deploying with Operator Lifecycle Manager

include::modules/osdk-bundle-operator.adoc[leveloffset=+4]
include::modules/osdk-deploy-olm.adoc[leveloffset=+4]
include::modules/osdk-bundle-operator.adoc[leveloffset=+3]
include::modules/osdk-deploy-olm.adoc[leveloffset=+3]

include::modules/osdk-create-cr.adoc[leveloffset=+1]

Expand Down

0 comments on commit 6874c40

Please sign in to comment.