You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The WebLogic domain that the operator manages can have images that are protected
74
-
in the registry. The `imagePullSecrets` setting can be used to specify the
75
+
in the registry. The `imagePullSecrets` setting on the `Domain`can be used to specify the
75
76
Kubernetes `Secret` that holds the registry credentials.
76
77
77
78
{{% notice info %}}
78
79
For more information, see [Docker Image Protection]({{<relref "/security/domain-security/image-protection.md#weblogic-domain-in-docker-image-protection">}})
79
80
under **Domain security**.
80
81
{{% /notice %}}
81
82
83
+
#### WebLogic operator image pull secret
84
+
85
+
The helm chart for installing the operator has an option to specify the
86
+
image pull secret used for the operator's image when using a private registry.
87
+
The Kubernetes `Sercret` of type `docker-registry` should be created in the namespace
88
+
where the operator is deployed.
89
+
90
+
Here is an example of using the `helm install` command to set the image name and image pull secret:
0 commit comments