Skip to content

Commit 8f44ed8

Browse files
wangxf1987fitzthum
authored andcommitted
fix: the json tag of the ImagePullSecret prefix should be lowercase
Signed-off-by: wangxiaofei67 <wangxiaofei67@jd.com>
1 parent 78f616c commit 8f44ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1beta1/ccruntime_types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ type CcInstallConfig struct {
110110

111111
// This specifies the registry secret to pull of the container images
112112
// +optional
113-
ImagePullSecret *corev1.LocalObjectReference `json:"ImagePullSecret,omitempty"`
113+
ImagePullSecret *corev1.LocalObjectReference `json:"imagePullSecret,omitempty"`
114114

115115
// +optional
116116
ImagePullPolicy corev1.PullPolicy `json:"imagePullPolicy,omitempty"`

0 commit comments

Comments
 (0)