pub const BINDCAR_TOKEN_MOUNT_PATH: &str = "/var/run/secrets/bindcar";Expand description
Mount path of the projected bindcar token volume inside the operator container.
Together with BINDCAR_TOKEN_FILENAME this composes
crate::bind9::BINDCAR_TOKEN_PATH (/var/run/secrets/bindcar/token),
the path the operator reads the bearer token from.