We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f57ba commit 91cf9c5Copy full SHA for 91cf9c5
api/v1beta/lightrunjavaagent_types.go
@@ -43,7 +43,7 @@ type InitContainer struct {
43
// Image of the init container. Image name and tag will define platform and version of the agent
44
Image string `json:"image"`
45
// Pull policy of the init container. Can be one of: Always, IfNotPresent, or Never.
46
- ImagePullPolicy corev1.PullPolicy `json:"imagePullPolicy"`
+ ImagePullPolicy corev1.PullPolicy `json:"imagePullPolicy,omitempty"`
47
}
48
49
// LightrunJavaAgentSpec defines the desired state of LightrunJavaAgent
0 commit comments