Abort the seed and probe scripts on the first failed command
Guard the staged size as a string so an unmeasurable file fails closed.
This commit is contained in:
@@ -59,7 +59,8 @@ type BindClusterSpec struct {
|
||||
Replicas int32 `json:"replicas,omitempty"`
|
||||
|
||||
// Image is the BIND9 container image. Must ship named, rndc, nsupdate and
|
||||
// the POSIX tools the operator execs: sh, mkdir, dirname, head, od, tr, mv.
|
||||
// the POSIX tools the operator execs: sh, mkdir, dirname, cat, head, od,
|
||||
// tr, wc, rm, mv.
|
||||
// +kubebuilder:default="internetsystemsconsortium/bind9:9.20"
|
||||
// +optional
|
||||
Image string `json:"image,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user