Skip to content

Commit 48c33f4

Browse files
committed
Restore quotes around image field
1 parent 886ac94 commit 48c33f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/charts/weblogic-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ domainNamespaceSelectionStrategy: LabelSelector
5454
enableClusterRoleBinding: true
5555

5656
# image specifies the container image containing the operator.
57-
image: ghcr.io/oracle/weblogic-kubernetes-operator:4.0.3
57+
image: "ghcr.io/oracle/weblogic-kubernetes-operator:4.0.3"
5858

5959
# imagePullPolicy specifies the image pull policy for the operator's container image.
6060
imagePullPolicy: IfNotPresent

0 commit comments

Comments
 (0)