Skip to content

Commit d3c129f

Browse files
authored
Update activation-keys-subscription.adoc
1 parent 84ba209 commit d3c129f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/ROOT/pages/how-tos/configuring/activation-keys-subscription.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ kubectl create secret generic activation-key -n <your-tenant> --from-literal=org
5252

5353
==== Automatic registration
5454

55-
The buildah task will use a provided activation key to register itself with Red Hat subscription manager and moount the necessary credentials so that can be used by the builds.
55+
The buildah task will use a provided activation key to register itself with Red Hat subscription manager and mount the necessary certificates to the build environment. Simply add `+dnf+` or `+yum install+` commands to your Containerfile.
5656

57-
TIP: If your activation key includes more repositories than the defaults add the following command inside your Containerfile in order update repository metadata.
57+
TIP: If your activation key includes more than the default repositories, add the following command inside your Containerfile in order update repository metadata:
5858

5959
----
6060
subscription-manager --refresh

0 commit comments

Comments
 (0)