Skip to content

Commit 7e6047c

Browse files
committed
Add reference to image protection and fix macro
1 parent 8398dfc commit 7e6047c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs-source/content/faq/cannot-pull-image.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,11 @@ kubectl patch serviceaccount default \
120120
-p '{"imagePullSecrets": [{"name": "secret1"}]}'
121121
```
122122

123-
{{% notice note }}
123+
{{% notice note %}}
124124
You can provide mutliple `imagePullSecrets` if you need to pull Docker images from multiple
125125
remote Docker registries or if your images require different authentication credentials.
126+
For more information, see [Docker Image Protection]({{<relref "/security/domain-security/image-protection.md#weblogic-domain-in-docker-image-protection">}})
127+
under **Security**.
126128
{{% /notice %}}
127129

128130
#### Manually copying the image to your worker nodes

0 commit comments

Comments
 (0)